bryanck commented on code in PR #10173: URL: https://github.com/apache/iceberg/pull/10173#discussion_r1581844369
########## kafka-connect/kafka-connect/src/main/java/org/apache/iceberg/connect/data/Utilities.java: ########## @@ -28,6 +28,8 @@ import java.util.Set; import java.util.UUID; import java.util.stream.Collectors; +import org.apache.hadoop.conf.Configuration; Review Comment: We want to avoid dependencies on Hadoop. Take a look at how we initialize the Hadoop config in `Utilities` using reflection. -- 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