-
Notifications
You must be signed in to change notification settings - Fork 209
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Support to append file on table #345
Comments
I can send a PR for this later. |
This was referenced Apr 23, 2024
This issue is completed after #349. |
# for free
to join this conversation on GitHub.
Already have an account?
# 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: