Skip to content

Fix missing Objects import in ConfigurationFileUtilsTest#17992

Merged
Caideyipi merged 2 commits into
apache:masterfrom
Caideyipi:codex/fix-configuration-file-utils-test-objects
Jun 18, 2026
Merged

Fix missing Objects import in ConfigurationFileUtilsTest#17992
Caideyipi merged 2 commits into
apache:masterfrom
Caideyipi:codex/fix-configuration-file-utils-test-objects

Conversation

@Caideyipi

Copy link
Copy Markdown
Collaborator

Description

Add the missing java.util.Objects import used by ConfigurationFileUtilsTest, fixing the maven-compiler-plugin:testCompile failure where Objects.requireNonNull(...) could not be resolved.

Verification

  • mvn -pl iotdb-core/datanode spotless:apply
  • mvn -pl iotdb-core/datanode test-compile -DskipTests (blocked locally before test compilation by existing datanode main-source/generated-source compilation errors unrelated to this import, e.g. missing generated-source dependencies/classes such as IFill, Accumulator, and ComparatorChain)

@Caideyipi Caideyipi merged commit 09fba68 into apache:master Jun 18, 2026
40 checks passed
@Caideyipi Caideyipi deleted the codex/fix-configuration-file-utils-test-objects branch June 18, 2026 10:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant