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

Reimplement delta lake sink with rust sdk #13152

Closed
wenym1 opened this issue Oct 30, 2023 · 1 comment · Fixed by #13600
Closed

Reimplement delta lake sink with rust sdk #13152

wenym1 opened this issue Oct 30, 2023 · 1 comment · Fixed by #13600
Assignees
Milestone

Comments

@wenym1
Copy link
Contributor

wenym1 commented Oct 30, 2023

Is your feature request related to a problem? Please describe.

Delta lake has its own rust sdk. https://github.com/delta-io/delta-rs

The current java implementation will introduce the hadoop-aws dependency, which is about 200M and occupies most of the jar files (#13113). Currently we have the java iceberg sink and delta lake sink depending on hadoop-aws for writing data files to S3. Java iceberg sink can be deprecated since we have already implemented a rust one. If we reimplement the delta lake sink rust rust, we can get rid of the hadoop-aws dependency.

Describe the solution you'd like

No response

Describe alternatives you've considered

No response

Additional context

No response

@github-actions github-actions bot added this to the release-1.4 milestone Oct 30, 2023
@hzxa21 hzxa21 modified the milestones: release-1.4, future-release-1.6 Nov 8, 2023
@hzxa21
Copy link
Collaborator

hzxa21 commented Nov 8, 2023

Assign to @xxhZs first. Feel free to re-assign.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants