This is an automated email from the ASF dual-hosted git repository.
liurenjie1024 pushed a change to branch xuanwo/remove-smol-native
in repository https://gitbox.apache.org/repos/asf/iceberg-rust.git
from b6edec43d Make no default feature happy
add 9fa3776cb fix: Keep snapshot log on replace (#1896)
add 7e66ded65 chore(deps): Bump actions/stale from 10.1.0 to 10.1.1 (#1908)
add c0f9fdcd2 feat(datafusion): Add sqllogictest for DataFusion INSERT
INTO (#1887)
add 8bf810318 Merge branch 'main' into xuanwo/remove-smol-native
No new revisions were added by this update.
Summary of changes:
.github/workflows/stale.yml | 2 +-
crates/iceberg/src/spec/table_metadata_builder.rs | 68 +++++++++++-
crates/sqllogictest/src/engine/datafusion.rs | 71 +++++++++++-
.../sqllogictest/testdata/schedules/df_test.toml | 6 +-
.../testdata/slts/df_test/insert_into.slt | 119 +++++++++++++++++++++
.../testdata/slts/df_test/show_tables.slt | 6 ++
6 files changed, 268 insertions(+), 4 deletions(-)
create mode 100644 crates/sqllogictest/testdata/slts/df_test/insert_into.slt