This is an automated email from the ASF dual-hosted git repository.
xuanwo pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-rust.git
from c722cecc fix: transform return type for year and month should be int
(#776)
add 7dcca32b feat: Allow for schema evolution (#786)
No new revisions were added by this update.
Summary of changes:
crates/iceberg/src/arrow/reader.rs | 32 ++++++-
crates/iceberg/src/spec/values.rs | 1 +
.../integration_tests/testdata/spark/provision.py | 12 +++
.../integration_tests/tests/read_evolved_schema.rs | 100 +++++++++++++++++++++
4 files changed, 143 insertions(+), 2 deletions(-)
create mode 100644 crates/integration_tests/tests/read_evolved_schema.rs