SaumilPatel03 commented on code in PR #34021: URL: https://github.com/apache/beam/pull/34021#discussion_r1994106214
########## sdks/java/io/iceberg/src/main/java/org/apache/beam/sdk/io/iceberg/RecordWriter.java: ########## @@ -68,8 +68,13 @@ class RecordWriter { table.locationProvider().newDataLocation(table.spec(), partitionKey, filename)); } OutputFile outputFile; + org.apache.iceberg.encryption.EncryptionKeyMetadata keyMetadata; Review Comment: @ahmedabu98 I have imported the class and made necessary changes below. Can you please approve it. -- 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...@beam.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org