-
Notifications
You must be signed in to change notification settings - Fork 239
Support to append file on table #345
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
Comments
I can send a PR for this later. |
This was referenced Apr 23, 2024
This issue is completed after #349. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After we finish #275, we can support to write data and generate the
DataFile
. To complete #329, the next job is to support append data file and commit on transaction.We can follow the design according to pyiceberg:
After this, we also can add e2e test for write. This issue also solve #225.
The text was updated successfully, but these errors were encountered: