paul-rogers opened a new issue, #13116: URL: https://github.com/apache/druid/issues/13116
The IT "Compile=openjdk8, Run=openjdk8) append ingestion integration test" failed in [this build](https://app.travis-ci.com/github/apache/druid/jobs/583133108) due to a compilation error: ```text [ERROR] COMPILATION ERROR : [ERROR] error reading /home/travis/.m2/repository/org/apache/parquet/parquet-column/1.12.0/parquet-column-1.12.0.jar; error in opening zip file [ERROR] error reading /home/travis/.m2/repository/org/apache/parquet/parquet-column/1.12.0/parquet-column-1.12.0.jar; cannot read zip file [ERROR] /home/travis/build/apache/druid/extensions-core/parquet-extensions/src/main/java/org/apache/druid/data/input/parquet/ParquetReader.java:[37,39] package org.apache.parquet.example.data does not exist [ERROR] /home/travis/build/apache/druid/extensions-core/parquet-extensions/src/main/java/org/apache/druid/data/input/parquet/ParquetReader.java:[48,65] cannot find symbol symbol: class Group [ERROR] /home/travis/build/apache/druid/extensions-core/parquet-extensions/src/main/java/org/apache/druid/data/input/parquet/ParquetReader.java:[54,33] cannot find symbol symbol: class Group location: class org.apache.druid.data.input.parquet.ParquetReader ``` And so on for many symbols. The PR in question added test code, but did not change anything related to Parquet. Is there a build configuration issue somewhere? -- 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]
