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

mbutrovich pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-comet.git


The following commit(s) were added to refs/heads/main by this push:
     new 587244f86 chore(deps): bump parquet from 57.2.0 to 57.3.0 in /native 
(#3568)
587244f86 is described below

commit 587244f86c9400541bcae28245318c19cd6615ff
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Feb 23 10:07:58 2026 -0500

    chore(deps): bump parquet from 57.2.0 to 57.3.0 in /native (#3568)
    
    Bumps [parquet](https://github.com/apache/arrow-rs) from 57.2.0 to 57.3.0.
    - [Release notes](https://github.com/apache/arrow-rs/releases)
    - [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/apache/arrow-rs/compare/57.2.0...57.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: parquet
      dependency-version: 57.3.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 native/Cargo.lock | 16 ++++++++--------
 native/Cargo.toml |  2 +-
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/native/Cargo.lock b/native/Cargo.lock
index 0977bb96d..c94cd88af 100644
--- a/native/Cargo.lock
+++ b/native/Cargo.lock
@@ -4261,9 +4261,9 @@ dependencies = [
 
 [[package]]
 name = "parquet"
-version = "57.2.0"
+version = "57.3.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "5f6a2926a30477c0b95fea6c28c3072712b139337a242c2cc64817bdc20a8854"
+checksum = "6ee96b29972a257b855ff2341b37e61af5f12d6af1158b6dcdb5b31ea07bb3cb"
 dependencies = [
  "ahash 0.8.12",
  "arrow-array",
@@ -4302,9 +4302,9 @@ dependencies = [
 
 [[package]]
 name = "parquet-variant"
-version = "57.2.0"
+version = "57.3.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "c254fac16af78ad96aa442290cb6504951c4d484fdfcfe58f4588033d30e4c8f"
+checksum = "a6c31f8f9bfefb9dbf67b0807e00fd918676954a7477c889be971ac904103184"
 dependencies = [
  "arrow-schema",
  "chrono",
@@ -4316,9 +4316,9 @@ dependencies = [
 
 [[package]]
 name = "parquet-variant-compute"
-version = "57.2.0"
+version = "57.3.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "2178772f1c5ad7e5da8b569d986d3f5cbb4a4cee915925f28fdc700dbb2e80cf"
+checksum = "196cd9f7178fed3ac8d5e6d2b51193818e896bbc3640aea3fde3440114a8f39c"
 dependencies = [
  "arrow",
  "arrow-schema",
@@ -4332,9 +4332,9 @@ dependencies = [
 
 [[package]]
 name = "parquet-variant-json"
-version = "57.2.0"
+version = "57.3.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "7a1510daa121c04848368f9c38d0be425b9418c70be610ecc0aa8071738c0ef3"
+checksum = "ed23d7acc90ef60f7fdbcc473fa2fdaefa33542ed15b84388959346d52c839be"
 dependencies = [
  "arrow-schema",
  "base64",
diff --git a/native/Cargo.toml b/native/Cargo.toml
index 3aa3cd0ab..5a99fff12 100644
--- a/native/Cargo.toml
+++ b/native/Cargo.toml
@@ -37,7 +37,7 @@ rust-version = "1.88"
 arrow = { version = "57.3.0", features = ["prettyprint", "ffi", "chrono-tz"] }
 async-trait = { version = "0.1" }
 bytes = { version = "1.11.1" }
-parquet = { version = "57.2.0", default-features = false, features = 
["experimental"] }
+parquet = { version = "57.3.0", default-features = false, features = 
["experimental"] }
 datafusion = { version = "51.0.0", default-features = false, features = 
["unicode_expressions", "crypto_expressions", "nested_expressions", "parquet"] }
 datafusion-datasource = { version = "51.0.0" }
 datafusion-spark = { version = "51.0.0" }


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to