Skip to content
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

Open
Tracked by #346
ZENOTME opened this issue Apr 23, 2024 · 1 comment
Open
Tracked by #346

Support to append file on table #345

ZENOTME opened this issue Apr 23, 2024 · 1 comment

Comments

@ZENOTME
Copy link
Contributor

ZENOTME commented Apr 23, 2024

After we finish #275, we can support to write data and generate theDataFile. To complete #329, the next job is to support append data file and commit on transaction.

We can follow the design according to pyiceberg:

  1. implement _MergingSnapshotProducer and use it to generate the UpdatesAndRequirements.
  2. commit the UpdatesAndRequirements using catalog.

After this, we also can add e2e test for write. This issue also solve #225.

@ZENOTME
Copy link
Contributor Author

ZENOTME commented Apr 23, 2024

I can send a PR for this later.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

1 participant