This is an automated email from the ASF dual-hosted git repository.
liurenjie1024 pushed a change to branch dependabot/cargo/minijinja-2.13.0
in repository https://gitbox.apache.org/repos/asf/iceberg-rust.git
from 5e23f2ecb chore(deps): Bump minijinja from 2.12.0 to 2.13.0
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 84b2ba867 refactor: Drop smol runtime support (#1900)
add fe852013b Merge branch 'main' into dependabot/cargo/minijinja-2.13.0
No new revisions were added by this update.
Summary of changes:
.github/workflows/ci.yml | 1 -
.github/workflows/stale.yml | 2 +-
Cargo.lock | 189 +--------------------
Cargo.toml | 1 -
crates/iceberg/Cargo.toml | 5 +-
crates/iceberg/src/io/storage.rs | 8 +
crates/iceberg/src/runtime/mod.rs | 58 ++-----
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 +
11 files changed, 226 insertions(+), 240 deletions(-)
create mode 100644 crates/sqllogictest/testdata/slts/df_test/insert_into.slt