This is an automated email from the ASF dual-hosted git repository.
fokko pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-rust.git
from b703146 docs: Change homepage to rust.i.a.o (#146)
add c91aeae feat: Introduce basic file scan planning. (#129)
No new revisions were added by this update.
Summary of changes:
Cargo.toml | 1 +
crates/iceberg/Cargo.toml | 1 +
crates/iceberg/src/error.rs | 2 +
crates/iceberg/src/lib.rs | 2 +
crates/iceberg/src/scan.rs | 448 +++++++++++++++++++++
crates/iceberg/src/spec/manifest.rs | 157 ++++++--
crates/iceberg/src/spec/manifest_list.rs | 225 ++++++-----
crates/iceberg/src/spec/schema.rs | 6 +-
crates/iceberg/src/spec/snapshot.rs | 97 ++++-
crates/iceberg/src/spec/table_metadata.rs | 20 +-
crates/iceberg/src/spec/values.rs | 87 ++--
crates/iceberg/src/table.rs | 24 +-
.../testdata/example_table_metadata_v2.json | 61 +++
13 files changed, 919 insertions(+), 212 deletions(-)
create mode 100644 crates/iceberg/src/scan.rs
create mode 100644 crates/iceberg/testdata/example_table_metadata_v2.json