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 3f013da49 Merge branch 'main' into xuanwo/issue-1886-analysis
add d78f6567c chore: bump MSRV to 1.88, fix warnings and clippy errors
(#1902)
add aca1c23ba Merge branch 'main' into xuanwo/issue-1886-analysis
No new revisions were added by this update.
Summary of changes:
Cargo.toml | 2 +-
crates/catalog/glue/src/catalog.rs | 46 ++++++-------
crates/iceberg/src/arrow/reader.rs | 68 +++++++++----------
crates/iceberg/src/arrow/record_batch_projector.rs | 35 +++++-----
.../iceberg/src/arrow/record_batch_transformer.rs | 2 +-
crates/iceberg/src/arrow/value.rs | 33 +++++----
crates/iceberg/src/catalog/mod.rs | 14 ++--
crates/iceberg/src/delete_vector.rs | 10 +--
.../src/expr/visitors/manifest_evaluator.rs | 26 ++++----
.../src/expr/visitors/page_index_evaluator.rs | 16 ++---
.../src/expr/visitors/strict_metrics_evaluator.rs | 24 +++----
crates/iceberg/src/inspect/metadata_table.rs | 4 +-
crates/iceberg/src/io/storage.rs | 4 +-
crates/iceberg/src/io/storage_azdls.rs | 20 +++---
crates/iceberg/src/io/storage_gcs.rs | 26 ++++----
crates/iceberg/src/io/storage_oss.rs | 2 +-
crates/iceberg/src/io/storage_s3.rs | 24 +++----
crates/iceberg/src/metadata_columns.rs | 5 +-
crates/iceberg/src/scan/mod.rs | 6 +-
crates/iceberg/src/spec/datatypes.rs | 3 +-
crates/iceberg/src/spec/manifest/writer.rs | 8 +--
crates/iceberg/src/spec/schema/prune_columns.rs | 34 +++++-----
crates/iceberg/src/spec/table_metadata.rs | 71 ++++++++++----------
crates/iceberg/src/spec/transform.rs | 78 +++++++++++-----------
crates/iceberg/src/spec/values/tests.rs | 2 +-
crates/iceberg/src/spec/view_metadata_builder.rs | 8 +--
crates/iceberg/src/transaction/mod.rs | 2 +-
crates/iceberg/src/transaction/snapshot.rs | 14 ++--
.../src/writer/file_writer/rolling_writer.rs | 24 +++----
crates/iceberg/tests/file_io_gcs_test.rs | 6 +-
.../datafusion/src/physical_plan/repartition.rs | 11 ++-
.../datafusion/src/physical_plan/sort.rs | 3 +-
crates/integrations/datafusion/src/table/mod.rs | 2 +-
.../tests/integration_datafusion_test.rs | 15 ++---
rust-toolchain.toml | 2 +-
35 files changed, 315 insertions(+), 335 deletions(-)