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 e4d8001  fix: Transform::Day maps to Date rather than Int for 
consistency with reference implementation (#479)
     add c9ffbce  feat(iceberg): Add memory file IO support (#481)

No new revisions were added by this update.

Summary of changes:
 crates/iceberg/Cargo.toml                          |   5 +-
 crates/iceberg/src/expr/predicate.rs               |  30 +++---
 crates/iceberg/src/expr/term.rs                    |  14 ---
 crates/iceberg/src/io/mod.rs                       |  34 +++++--
 crates/iceberg/src/io/storage.rs                   |  20 +++-
 .../src/io/{storage_fs.rs => storage_memory.rs}    |  20 ++--
 crates/iceberg/src/spec/datatypes.rs               |   2 +-
 crates/iceberg/src/spec/partition.rs               |   2 +-
 crates/iceberg/src/spec/snapshot.rs                |   2 +-
 crates/iceberg/src/spec/sort.rs                    |   2 +-
 crates/iceberg/src/spec/values.rs                  | 111 ++++++++++++---------
 crates/iceberg/src/table.rs                        |  18 ++--
 12 files changed, 152 insertions(+), 108 deletions(-)
 copy crates/iceberg/src/io/{storage_fs.rs => storage_memory.rs} (71%)

Reply via email to