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

github-bot pushed a change to branch 
dependabot/cargo/master/zstd-sys-gte-2.0.0-and-lt-2.0.12
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git


 discard 4babb5b9a1d Update zstd-sys requirement from >=2.0.0, <2.0.10 to 
>=2.0.0, <2.0.12
     add 20a569a733f fix: Adjust FFI_ArrowArray offset based on the offset of 
offset buffer (#5895)
     add 2f1c0147b29 Update proc-macro2 requirement from =1.0.85 to =1.0.86 
(#5927)
     add 29c07d00ad2 docs: Add object_store_opendal as related projects (#5926)
     add 492bba98fba docs: Fix broken links of object_store_opendal README 
(#5929)
     add 3930d5b056b Write Bloom filters between row groups instead of the end  
(#5860)
     add 4fd792ca0e9 Update zstd-sys requirement from >=2.0.0, <2.0.10 to 
>=2.0.0, <2.0.12

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   (4babb5b9a1d)
            \
             N -- N -- N   
refs/heads/dependabot/cargo/master/zstd-sys-gte-2.0.0-and-lt-2.0.12 
(4fd792ca0e9)

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:
 README.md                             |  14 ++--
 arrow-array/src/ffi.rs                |  56 +++++++++++++++
 arrow-buffer/src/buffer/immutable.rs  |  13 ++++
 arrow-data/src/ffi.rs                 |  55 ++++++++++++--
 arrow-flight/gen/Cargo.toml           |   2 +-
 parquet/Cargo.toml                    |   8 +++
 parquet/examples/write_parquet.rs     | 131 ++++++++++++++++++++++++++++++++++
 parquet/src/arrow/arrow_writer/mod.rs |  28 +++++++-
 parquet/src/arrow/async_writer/mod.rs |   4 +-
 parquet/src/file/metadata.rs          |   5 ++
 parquet/src/file/properties.rs        |  36 ++++++++++
 parquet/src/file/writer.rs            | 117 ++++++++++++++++++------------
 12 files changed, 407 insertions(+), 62 deletions(-)
 create mode 100644 parquet/examples/write_parquet.rs

Reply via email to