zratkai commented on code in PR #12461: URL: https://github.com/apache/iceberg/pull/12461#discussion_r2010062688
########## build.gradle: ########## @@ -706,7 +706,6 @@ project(':iceberg-hive-metastore') { exclude group: 'com.google.code.findbugs', module: 'jsr305' exclude group: 'org.eclipse.jetty.aggregate', module: 'jetty-all' exclude group: 'org.eclipse.jetty.orbit', module: 'javax.servlet' - exclude group: 'org.apache.parquet', module: 'parquet-hadoop-bundle' Review Comment: Without this, it does not compile... > Task :iceberg-hive-metastore:compileJava FAILED HMSTablePropertyHelper.java:46: error: package org.apache.parquet.hadoop does not exist import org.apache.parquet.hadoop.ParquetOutputFormat; -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org