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

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


    from ca57d0d74 ci: Make s3tables ready for publish
     add 26b983940 chore(deps): Bump uuid from 1.18.1 to 1.19.0 (#1910)
     add 1384a4f2d feat(core): Add support for `_file` column (#1824)
     add d973fefb0 feat: Make `rest` types public, add documentation (#1901)
     add 3f013da49 Merge branch 'main' into xuanwo/issue-1886-analysis

No new revisions were added by this update.

Summary of changes:
 Cargo.lock                                         |   6 +-
 crates/catalog/rest/src/catalog.rs                 |  52 +--
 crates/catalog/rest/src/lib.rs                     |   1 +
 crates/catalog/rest/src/types.rs                   | 307 +++++++++----
 crates/iceberg/src/arrow/reader.rs                 |  29 +-
 .../iceberg/src/arrow/record_batch_transformer.rs  | 476 ++++++++++++---------
 crates/iceberg/src/arrow/schema.rs                 |  54 +++
 crates/iceberg/src/arrow/value.rs                  | 216 +++++++++-
 crates/iceberg/src/lib.rs                          |   1 +
 crates/iceberg/src/metadata_columns.rs             | 127 ++++++
 crates/iceberg/src/scan/mod.rs                     | 341 ++++++++++++++-
 11 files changed, 1287 insertions(+), 323 deletions(-)
 create mode 100644 crates/iceberg/src/metadata_columns.rs

Reply via email to