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

github-bot pushed a change to branch dependabot/cargo/main/object_store-0.12.0
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git


 discard c15c5814d2 build(deps): update object_store requirement from 0.11.0 to 
0.12.0
     add ac00928899 Improve documentation on writing parquet, including 
multiple threads (#7321)
     add ac759d5692 Minor: Improve parallel parquet encoding example (#7323)
     add a01886db20 Minor: rename `ParquetRecordBatchStream::reader` to 
`ParquetRecordBatchStream::factory` (#7319)
     add 0e73524aab Backports, version bump and changelog for 54.3.1 (#7331) 
(#7340)
     add 5edfd987b0 Remove `object-store` label from `.asf.yaml` (#7339)
     add 2c2e514214 Adopt MSRV policy (#7314)
     add 697cca7bd9 Bump MSRV to 1.81 (#7336)
     add 64a7dd5020 Upgrade to twox-hash 2.0 (#7347)
     add b30336da8c Encapsulate encryption code more in readers (#7337)
     add a07b8f4b32 Improve parquet gzip compression performance using zlib-rs 
(#7200)
     add 4d55c0ae17 refactor: apply borrowed chunk reader to 
Sbbf::read_from_column_chunk (#7345)
     add 57c27ad739 Add an option to show column type (#7335)
     add f9240c9e25 chore(deps): update sysinfo requirement from 0.33.0 to 
0.34.0 (#7352)
     add 206fe024cd Move `sysinfo` to `dev-dependencies` (#7353)
     add f23e3c2b8d build(deps): update object_store requirement from 0.11.0 to 
0.12.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   (c15c5814d2)
            \
             N -- N -- N   refs/heads/dependabot/cargo/main/object_store-0.12.0 
(f23e3c2b8d)

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:
 .asf.yaml                                     |  1 -
 CHANGELOG-old.md                              | 74 +++++++++++++++++++++++++++
 CHANGELOG.md                                  | 72 ++------------------------
 Cargo.toml                                    | 34 ++++++------
 README.md                                     | 10 ++++
 arrow-cast/src/display.rs                     | 15 ++++++
 arrow-cast/src/parse.rs                       | 11 +---
 arrow-cast/src/pretty.rs                      | 52 +++++++++++++++----
 arrow-flight/Cargo.toml                       |  2 +-
 arrow-flight/gen/Cargo.toml                   |  2 +-
 arrow-integration-testing/Cargo.toml          |  2 +-
 arrow-json/src/writer/encoder.rs              | 11 +---
 arrow-pyarrow-integration-testing/Cargo.toml  |  2 +-
 arrow-schema/Cargo.toml                       |  2 +-
 arrow-schema/src/extension/canonical/bool8.rs |  2 +-
 dev/release/update_change_log.sh              |  4 +-
 parquet/Cargo.toml                            | 10 ++--
 parquet/src/arrow/arrow_reader/mod.rs         | 53 ++++++++-----------
 parquet/src/arrow/arrow_writer/mod.rs         | 49 ++++++++++++------
 parquet/src/arrow/async_reader/mod.rs         | 64 +++++++++--------------
 parquet/src/arrow/async_writer/mod.rs         |  8 +--
 parquet/src/arrow/mod.rs                      |  9 ++--
 parquet/src/bloom_filter/mod.rs               |  8 +--
 parquet/src/compression.rs                    |  2 +-
 parquet/src/file/serialized_reader.rs         | 47 +++++++++++++----
 parquet/src/lib.rs                            | 47 ++++++++++++-----
 26 files changed, 338 insertions(+), 255 deletions(-)

Reply via email to