Caideyipi opened a new pull request, #17992:
URL: https://github.com/apache/iotdb/pull/17992

   ## 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)*


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to