viirya commented on code in PR #911: URL: https://github.com/apache/datafusion-comet/pull/911#discussion_r1744612980
########## pom.xml: ########## @@ -811,6 +811,17 @@ under the License. </execution> </executions> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-compiler-plugin</artifactId> + <version>3.10.1</version> + <configuration> + <source>${java.version}</source> + <target>${java.version}</target> + <skipMain>true</skipMain> + <skip>true</skip> + </configuration> + </plugin> Review Comment: cc @huaxingao I guess that we need this to make a Comet build on Java 17 builder to be built with Iceberg on Java 11. -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org