openinx commented on a change in pull request #856: [WIP] Flink Iceberg sink URL: https://github.com/apache/incubator-iceberg/pull/856#discussion_r395991053
########## File path: build.gradle ########## @@ -406,7 +407,91 @@ project(':iceberg-spark-runtime') { relocate 'io.netty.buffer', 'org.apache.iceberg.shaded.io.netty.buffer' relocate 'org.apache.arrow', 'org.apache.iceberg.shaded.org.apache.arrow' - archiveName = "iceberg-spark-runtime-${version}.${extension}" + archiveName = "iceberg-spark-runtime.${extension}" + } +} + +project(':iceberg-flink') { + apply plugin: 'com.commercehub.gradle.plugin.avro' + + dependencies { + compile project(':iceberg-api') + compile project(':iceberg-core') + compile project(':iceberg-hive') + compile project(':iceberg-parquet') + + compileOnly("com.amazonaws:aws-java-sdk-s3") Review comment: I guess we won't need the s3 SDK & netflix dependencies in the community version ? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org