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

github-bot pushed a change to branch 
dependabot/github_actions/actions/stale-10.1.0
in repository https://gitbox.apache.org/repos/asf/iceberg-rust.git


 discard 71a8d3ae Merge branch 'main' into 
dependabot/github_actions/actions/stale-10.1.0
 discard 31f9cdd6 chore(deps): Bump actions/stale from 10.0.0 to 10.1.0
     add 42191e97 refactor(writer): Refactor writers for the future 
partitioning writers (#1657)
     add 39812f87 Set lock on version of Pydantic (#1737)
     add 441a9c49 chore(deps): Bump crate-ci/typos from 1.36.3 to 1.37.2 (#1734)
     add bdb8bf7c feat: support more partition transformations for 
PartitionSpec::partition_to_path (#1730)
     add deb9a9c7 chore: Update website for 0.7.0 (#1738)
     add 05d91223 feat(sql-catalog): implement register table for sql catalog 
(#1724)
     add 1de33159 fix: ensure CoalescePartitionsExec is enabled for 
IcebergCommitExec (#1723)
     add 03a64055 chore(deps): Bump regex from 1.11.2 to 1.12.1 (#1741)
     add b4a44a31 chore(deps): Bump crate-ci/typos from 1.37.2 to 1.38.1 (#1740)
     add ec545f2a Improve `IcebergCommitExec` to correctly populate 
properties/schema (#1721)
     add 36bd7eb3 feat(spec): add `table_properties.rs` to spec (#1733)
     add 136038a4 chore(deps): Bump actions/stale from 10.0.0 to 10.1.0

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (71a8d3ae)
            \
             N -- N -- N   
refs/heads/dependabot/github_actions/actions/stale-10.1.0 (136038a4)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .github/workflows/ci_typos.yml                     |   2 +-
 Cargo.lock                                         |  18 +-
 Cargo.toml                                         |   4 +-
 bindings/python/pyproject.toml                     |   2 +-
 crates/catalog/hms/src/utils.rs                    |   2 +-
 crates/catalog/sql/src/catalog.rs                  |  88 ++++++-
 crates/iceberg/Cargo.toml                          |   2 +-
 crates/iceberg/src/spec/manifest/data_file.rs      |   4 +-
 crates/iceberg/src/spec/mod.rs                     |   2 +
 crates/iceberg/src/spec/partition.rs               |  44 +++-
 crates/iceberg/src/spec/table_metadata.rs          |  85 ------
 crates/iceberg/src/spec/table_metadata_builder.rs  |  23 +-
 crates/iceberg/src/spec/table_properties.rs        | 284 +++++++++++++++++++++
 crates/iceberg/src/spec/transform.rs               |  24 +-
 crates/iceberg/src/spec/values.rs                  |   2 +-
 crates/iceberg/src/transaction/mod.rs              |  69 +----
 crates/iceberg/src/transaction/snapshot.rs         |  13 +-
 .../src/writer/base_writer/data_file_writer.rs     | 153 +++++++----
 .../writer/base_writer/equality_delete_writer.rs   | 148 ++++++-----
 crates/iceberg/src/writer/file_writer/mod.rs       |   4 +-
 .../src/writer/file_writer/parquet_writer.rs       | 245 +++++++-----------
 .../src/writer/file_writer/rolling_writer.rs       | 212 +++++++++++----
 crates/iceberg/src/writer/mod.rs                   |  31 ++-
 .../tests/shared_tests/append_data_file_test.rs    |   7 +-
 .../append_partition_data_file_test.rs             |  76 +++---
 .../tests/shared_tests/conflict_commit_test.rs     |   7 +-
 .../tests/shared_tests/scan_all_type.rs            |   7 +-
 .../datafusion/src/physical_plan/commit.rs         | 120 ++++++++-
 .../datafusion/src/physical_plan/write.rs          |  51 ++--
 website/src/download.md                            |   4 +-
 30 files changed, 1147 insertions(+), 586 deletions(-)
 create mode 100644 crates/iceberg/src/spec/table_properties.rs

Reply via email to