This is an automated email from the ASF dual-hosted git repository.
liurenjie1024 pushed a change to branch miratge-to-minijinja
in repository https://gitbox.apache.org/repos/asf/iceberg-rust.git
from 6e5390ff Merge remote-tracking branch 'origin/main' into
miratge-to-minijinja
add 4eafd2ca chore: inline format args (#1805)
add f10e10ac Merge branch 'main' into miratge-to-minijinja
No new revisions were added by this update.
Summary of changes:
crates/catalog/glue/src/catalog.rs | 24 +++----
crates/catalog/glue/src/error.rs | 4 +-
crates/catalog/glue/src/schema.rs | 6 +-
crates/catalog/glue/src/utils.rs | 5 +-
crates/catalog/glue/tests/glue_catalog_test.rs | 4 +-
crates/catalog/hms/src/catalog.rs | 4 +-
crates/catalog/hms/src/error.rs | 4 +-
crates/catalog/hms/src/schema.rs | 6 +-
crates/catalog/hms/src/utils.rs | 12 ++--
crates/catalog/hms/tests/hms_catalog_test.rs | 2 +-
crates/catalog/rest/src/catalog.rs | 6 +-
crates/catalog/rest/tests/rest_catalog_test.rs | 2 +-
crates/catalog/s3tables/src/catalog.rs | 18 +++---
crates/catalog/sql/src/catalog.rs | 49 +++++---------
crates/catalog/sql/src/error.rs | 6 +-
crates/examples/src/rest_catalog_namespace.rs | 9 +--
crates/examples/src/rest_catalog_table.rs | 2 +-
.../src/arrow/caching_delete_file_loader.rs | 2 +-
crates/iceberg/src/arrow/delete_file_loader.rs | 2 +-
.../src/arrow/partition_value_calculator.rs | 2 +-
crates/iceberg/src/arrow/reader.rs | 22 +++----
.../src/arrow/record_batch_partition_splitter.rs | 3 +-
.../iceberg/src/arrow/record_batch_transformer.rs | 6 +-
crates/iceberg/src/arrow/schema.rs | 13 ++--
crates/iceberg/src/arrow/value.rs | 6 +-
crates/iceberg/src/catalog/memory/catalog.rs | 74 ++++++----------------
.../iceberg/src/catalog/memory/namespace_state.rs | 14 ++--
crates/iceberg/src/catalog/metadata_location.rs | 11 ++--
crates/iceberg/src/catalog/mod.rs | 10 +--
crates/iceberg/src/expr/predicate.rs | 16 ++---
.../src/expr/visitors/page_index_evaluator.rs | 9 +--
.../src/expr/visitors/strict_metrics_evaluator.rs | 45 +++----------
crates/iceberg/src/io/object_cache.rs | 4 +-
crates/iceberg/src/io/storage.rs | 2 +-
crates/iceberg/src/io/storage_s3.rs | 5 +-
crates/iceberg/src/puffin/metadata.rs | 13 ++--
crates/iceberg/src/scan/cache.rs | 2 +-
crates/iceberg/src/scan/mod.rs | 15 ++---
crates/iceberg/src/spec/datatypes.rs | 10 +--
crates/iceberg/src/spec/manifest/data_file.rs | 4 +-
crates/iceberg/src/spec/manifest/entry.rs | 2 +-
crates/iceberg/src/spec/manifest_list.rs | 5 +-
crates/iceberg/src/spec/partition.rs | 7 +-
crates/iceberg/src/spec/schema/id_reassigner.rs | 4 +-
crates/iceberg/src/spec/schema/mod.rs | 11 ++--
crates/iceberg/src/spec/schema/utils.rs | 5 +-
crates/iceberg/src/spec/snapshot.rs | 2 +-
crates/iceberg/src/spec/snapshot_summary.rs | 6 +-
crates/iceberg/src/spec/table_metadata.rs | 18 ++----
crates/iceberg/src/spec/table_metadata_builder.rs | 13 ++--
crates/iceberg/src/spec/table_properties.rs | 2 +-
crates/iceberg/src/spec/transform.rs | 2 +-
crates/iceberg/src/spec/values.rs | 50 ++++++---------
crates/iceberg/src/spec/view_metadata.rs | 4 +-
crates/iceberg/src/spec/view_metadata_builder.rs | 8 +--
.../iceberg/src/transaction/update_properties.rs | 5 +-
crates/iceberg/src/transform/mod.rs | 10 +--
crates/iceberg/src/transform/temporal.rs | 10 +--
crates/iceberg/src/transform/truncate.rs | 4 +-
.../src/writer/base_writer/data_file_writer.rs | 2 +-
.../writer/base_writer/equality_delete_writer.rs | 2 +-
.../src/writer/file_writer/location_generator.rs | 4 +-
.../src/writer/file_writer/parquet_writer.rs | 11 ++--
.../src/writer/file_writer/rolling_writer.rs | 3 +-
.../src/writer/partitioning/clustered_writer.rs | 6 +-
crates/iceberg/tests/file_io_s3_test.rs | 6 +-
crates/integration_tests/src/lib.rs | 2 +-
.../tests/shared_tests/read_positional_deletes.rs | 4 +-
crates/integrations/datafusion/src/error.rs | 2 +-
.../datafusion/src/physical_plan/commit.rs | 3 +-
.../datafusion/src/physical_plan/scan.rs | 2 +-
.../datafusion/src/physical_plan/write.rs | 11 ++--
crates/integrations/playground/src/main.rs | 2 +-
crates/sqllogictest/src/engine/mod.rs | 2 +-
74 files changed, 241 insertions(+), 442 deletions(-)