This is an automated email from the ASF dual-hosted git repository.

xuanwo pushed a change to branch kernel
in repository https://gitbox.apache.org/repos/asf/iceberg-rust.git


    from 891fd75a Add license:
     add d1927dba docs: Add Wrappers project to README (#1852)
     add 8d4851f0 feat(reader): Add PartitionSpec support to FileScanTask and 
RecordBatchTransformer (#1821)
     add 12c4c211 feat(reader): null struct default values in create_column 
(#1847)
     add ff408ff3 refactor: Remove redundant parameters from SnapshotProducer 
validation methods (#1853)
     add 0107f17f infra: add verbose=true to pypa/gh-action-pypi-publish (#1846)
     add 50269424 Merge branch 'main' into kernel

No new revisions were added by this update.

Summary of changes:
 .github/workflows/release_python.yml               |   2 +-
 README.md                                          |   1 +
 .../src/arrow/caching_delete_file_loader.rs        |   3 +
 crates/iceberg/src/arrow/delete_file_loader.rs     |   4 +-
 crates/iceberg/src/arrow/delete_filter.rs          |   6 +
 crates/iceberg/src/arrow/reader.rs                 | 339 ++++++-
 .../iceberg/src/arrow/record_batch_transformer.rs  | 987 +++++++++++++++++++--
 crates/iceberg/src/scan/context.rs                 |   7 +
 crates/iceberg/src/scan/mod.rs                     |   6 +
 crates/iceberg/src/scan/task.rs                    |  54 +-
 crates/iceberg/src/transaction/append.rs           |   6 +-
 crates/iceberg/src/transaction/snapshot.rs         |  12 +-
 12 files changed, 1324 insertions(+), 103 deletions(-)

Reply via email to