gianm commented on PR #15014: URL: https://github.com/apache/druid/pull/15014#issuecomment-1728526664
I notice this error too: ``` 2023-09-20T22:02:31.6406714Z [ERROR] Tests run: 24, Failures: 0, Errors: 24, Skipped: 0, Time elapsed: 0.910 s <<< FAILURE! -- in org.apache.druid.data.input.orc.OrcHadoopInputRowParserTest 2023-09-20T22:02:31.6408054Z [ERROR] org.apache.druid.data.input.orc.OrcHadoopInputRowParserTest.testDate1900 -- Time elapsed: 0.875 s <<< ERROR! 2023-09-20T22:02:31.6408898Z java.lang.NoClassDefFoundError: org/apache/druid/initialization/Initialization 2023-09-20T22:02:31.6409651Z at org.apache.druid.indexer.HadoopDruidIndexerConfig.<clinit>(HadoopDruidIndexerConfig.java:109) 2023-09-20T22:02:31.6410683Z at org.apache.druid.data.input.orc.OrcHadoopInputRowParserTest.loadHadoopDruidIndexerConfig(OrcHadoopInputRowParserTest.java:217) 2023-09-20T22:02:31.6411850Z at org.apache.druid.data.input.orc.OrcHadoopInputRowParserTest.testDate1900(OrcHadoopInputRowParserTest.java:185) ``` I also saw this in #15008 so it might also be related to the `maven-shade-plugin` update. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
