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

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


    from 6e675ee23 format code
     add b20a2554a feat(reader): Add Date32 support to RecordBatchTransformer 
create_column (#1792)
     add 87acf3cbb feat(catalog): Implement update_table for S3TablesCatalog 
(#1594)
     add 4a6ea15a7 feat: Update Datafusion to v50 (#1728)
     add a76e73863 ci: Migrate to uv for python (#1796)
     add 3cb18e789 ci: Relax msrv check thanks to rust 2024 (#1795)
     add f10c0ab0e ci: Don't dismiss stale review to make contribution easier 
(#1799)
     add d3d3127bf add Makefile to bindings/python (#1800)
     add 6e5390ff0 Merge remote-tracking branch 'origin/main' into 
miratge-to-minijinja

No new revisions were added by this update.

Summary of changes:
 .asf.yaml                                          |    2 +-
 .github/workflows/bindings_python_ci.yml           |   31 +-
 .licenserc.yaml                                    |   19 +-
 Cargo.lock                                         |  756 +++++------
 Cargo.toml                                         |   42 +-
 Makefile                                           |    5 +-
 bindings/python/Cargo.lock                         | 1327 +++++++++-----------
 bindings/python/Cargo.toml                         |    6 +-
 .../pyiceberg_core/__init__.py => Makefile}        |   11 +-
 bindings/python/README.md                          |   14 +-
 bindings/python/pyproject.toml                     |   18 +-
 bindings/python/uv.lock                            |  767 +++++++++++
 crates/catalog/s3tables/Cargo.toml                 |    1 +
 crates/catalog/s3tables/src/catalog.rs             |  199 ++-
 crates/catalog/sql/Cargo.toml                      |    2 +-
 crates/iceberg/src/arrow/reader.rs                 |   11 +-
 .../iceberg/src/arrow/record_batch_transformer.rs  |   82 +-
 17 files changed, 2024 insertions(+), 1269 deletions(-)
 copy bindings/python/{python/pyiceberg_core/__init__.py => Makefile} (87%)
 create mode 100644 bindings/python/uv.lock

Reply via email to