apache / iceberg-rust

Apache Iceberg
https://rust.iceberg.apache.org/
Apache License 2.0
673 stars 159 forks source link

feat: support append data file and add e2e test #696

Closed ZENOTME closed 1 week ago

ZENOTME commented 1 week ago

This PR is complete https://github.com/apache/iceberg-rust/issues/345.

  1. It adds the FastAppendAction to commit the data file. The design of this is based on Pyiceberg
  2. It init the e2e test for write data file

Upstream PR: https://github.com/apache/iceberg-rust/pull/372/files

ZENOTME commented 1 week ago

Sorry, Please ignore this mistake operation.