ahmedabu98 commented on code in PR #31451:
URL: https://github.com/apache/beam/pull/31451#discussion_r1624847921
##########
sdks/java/io/expansion-service/build.gradle:
##########
@@ -43,6 +43,11 @@ dependencies {
permitUnusedDeclared project(":sdks:java:io:kafka") // BEAM-11761
implementation project(":sdks:java:io:kafka:upgrade")
permitUnusedDeclared project(":sdks:java:io:kafka:upgrade") // BEAM-11761
+
+ // Needed by Iceberg I/O users that use GCS for the warehouse location.
+ implementation library.java.bigdataoss_gcs_connector
+ permitUnusedDeclared library.java.bigdataoss_gcs_connector
Review Comment:
Should we add this dependency to `java/io/iceberg` instead?
--
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]