This is an automated email from the ASF dual-hosted git repository.
JingsongLi pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/paimon-rust.git
from b6fb298 test: add mixed-format drop column schema evolution coverage
(#363)
add 2e52c1b feat: add table update to write builder (#372)
No new revisions were added by this update.
Summary of changes:
crates/integrations/datafusion/src/merge_into.rs | 20 +++---
crates/integrations/datafusion/src/update.rs | 25 +++++---
crates/paimon/src/lib.rs | 4 +-
crates/paimon/src/table/mod.rs | 2 +
crates/paimon/src/table/table_update.rs | 53 ++++++++++++++++
crates/paimon/src/table/write_builder.rs | 80 +++++++++++++++++++++++-
6 files changed, 160 insertions(+), 24 deletions(-)
create mode 100644 crates/paimon/src/table/table_update.rs