We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently we just write plain text files:
beam/sdks/java/io/iceberg/src/main/java/org/apache/beam/sdk/io/iceberg/RecordWriter.java
Lines 70 to 73 in dcf4839
We should wrap these files in encryption before writing to them. Something like this
table.encryption().encrypt(outputFile)
Priority: 2 (default / most feature requests should be filed as P2)
The text was updated successfully, but these errors were encountered:
.take-issue
Sorry, something went wrong.
SaumilPatel03
Successfully merging a pull request may close this issue.
What would you like to happen?
Currently we just write plain text files:
beam/sdks/java/io/iceberg/src/main/java/org/apache/beam/sdk/io/iceberg/RecordWriter.java
Lines 70 to 73 in dcf4839
We should wrap these files in encryption before writing to them. Something like this
Issue Priority
Priority: 2 (default / most feature requests should be filed as P2)
Issue Components
The text was updated successfully, but these errors were encountered: