This is an automated email from the ASF dual-hosted git repository.
liurenjie1024 pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-rust.git
from fb46f5ae add python version support range to pyproject.toml (#903)
add efca9f0c feat: support scan nested type(struct, map, list) (#882)
No new revisions were added by this update.
Summary of changes:
Cargo.lock | 1 +
crates/iceberg/src/arrow/reader.rs | 53 +++-
crates/iceberg/src/arrow/schema.rs | 8 +-
crates/iceberg/src/scan.rs | 12 +-
crates/iceberg/src/spec/datatypes.rs | 12 +-
crates/iceberg/src/spec/schema.rs | 4 +-
crates/integration_tests/Cargo.toml | 1 +
crates/integration_tests/tests/scan_all_type.rs | 369 ++++++++++++++++++++++++
8 files changed, 432 insertions(+), 28 deletions(-)
create mode 100644 crates/integration_tests/tests/scan_all_type.rs