Skip to content
New issue

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

[Feature Request]: Apply encryption when writing to Iceberg #33986

Open
2 of 17 tasks
ahmedabu98 opened this issue Feb 13, 2025 · 1 comment · May be fixed by #34021
Open
2 of 17 tasks

[Feature Request]: Apply encryption when writing to Iceberg #33986

ahmedabu98 opened this issue Feb 13, 2025 · 1 comment · May be fixed by #34021
Assignees
Labels
IcebergIO IcebergIO: can only be used through ManagedIO io java new feature P2

Comments

@ahmedabu98
Copy link
Contributor

What would you like to happen?

Currently we just write plain text files:

OutputFile outputFile;
try (FileIO io = table.io()) {
outputFile = io.newOutputFile(absoluteFilename);
}

We should wrap these files in encryption before writing to them. Something like this

table.encryption().encrypt(outputFile)

Issue Priority

Priority: 2 (default / most feature requests should be filed as P2)

Issue Components

  • Component: Python SDK
  • Component: Java SDK
  • Component: Go SDK
  • Component: Typescript SDK
  • Component: IO connector
  • Component: Beam YAML
  • Component: Beam examples
  • Component: Beam playground
  • Component: Beam katas
  • Component: Website
  • Component: Infrastructure
  • Component: Spark Runner
  • Component: Flink Runner
  • Component: Samza Runner
  • Component: Twister2 Runner
  • Component: Hazelcast Jet Runner
  • Component: Google Cloud Dataflow Runner
@SaumilPatel03
Copy link

.take-issue

@ahmedabu98 ahmedabu98 added this to the 2.64.0 Release milestone Feb 28, 2025
@liferoad liferoad added the IcebergIO IcebergIO: can only be used through ManagedIO label Mar 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
IcebergIO IcebergIO: can only be used through ManagedIO io java new feature P2
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants