From 5cc09e30eae4f3a5eafa6a41d2a478827893e772 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 18:30:53 +0000 Subject: [PATCH] chore(deps): Bump the arrow group with 4 updates Bumps the arrow group with 4 updates: [arrow-array](https://github.com/apache/arrow-rs), [arrow-schema](https://github.com/apache/arrow-rs), [arrow-buffer](https://github.com/apache/arrow-rs) and [arrow-select](https://github.com/apache/arrow-rs). Updates `arrow-array` from 46.0.0 to 47.0.0 - [Changelog](https://github.com/apache/arrow-rs/blob/master/CHANGELOG-old.md) - [Commits](https://github.com/apache/arrow-rs/commits) Updates `arrow-schema` from 46.0.0 to 47.0.0 - [Changelog](https://github.com/apache/arrow-rs/blob/master/CHANGELOG-old.md) - [Commits](https://github.com/apache/arrow-rs/commits) Updates `arrow-buffer` from 46.0.0 to 47.0.0 - [Changelog](https://github.com/apache/arrow-rs/blob/master/CHANGELOG-old.md) - [Commits](https://github.com/apache/arrow-rs/commits) Updates `arrow-select` from 46.0.0 to 47.0.0 - [Changelog](https://github.com/apache/arrow-rs/blob/master/CHANGELOG-old.md) - [Commits](https://github.com/apache/arrow-rs/commits) --- updated-dependencies: - dependency-name: arrow-array dependency-type: direct:production update-type: version-update:semver-major dependency-group: arrow - dependency-name: arrow-schema dependency-type: direct:production update-type: version-update:semver-major dependency-group: arrow - dependency-name: arrow-buffer dependency-type: direct:production update-type: version-update:semver-major dependency-group: arrow - dependency-name: arrow-select dependency-type: direct:production update-type: version-update:semver-major dependency-group: arrow ... Signed-off-by: dependabot[bot] --- Cargo.lock | 157 ++++++++++++++++++++++++++++++++++++----------------- Cargo.toml | 8 +-- 2 files changed, 112 insertions(+), 53 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a7caa3148b99c..8e8b459978d42 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -241,10 +241,10 @@ version = "46.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "895263144bd4a69751cbe6a34a53f26626e19770b313a9fa792c415cd0e78f11" dependencies = [ - "arrow-array", - "arrow-buffer", - "arrow-data", - "arrow-schema", + "arrow-array 46.0.0", + "arrow-buffer 46.0.0", + "arrow-data 46.0.0", + "arrow-schema 46.0.0", "chrono", "half 2.3.1", "num", @@ -257,9 +257,25 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "226fdc6c3a4ae154a74c24091d36a90b514f0ed7112f5b8322c1d8f354d8e20d" dependencies = [ "ahash 0.8.3", - "arrow-buffer", - "arrow-data", - "arrow-schema", + "arrow-buffer 46.0.0", + "arrow-data 46.0.0", + "arrow-schema 46.0.0", + "chrono", + "half 2.3.1", + "hashbrown 0.14.0", + "num", +] + +[[package]] +name = "arrow-array" +version = "47.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d02efa7253ede102d45a4e802a129e83bcc3f49884cab795b1ac223918e4318d" +dependencies = [ + "ahash 0.8.3", + "arrow-buffer 47.0.0", + "arrow-data 47.0.0", + "arrow-schema 47.0.0", "chrono", "half 2.3.1", "hashbrown 0.14.0", @@ -277,17 +293,28 @@ dependencies = [ "num", ] +[[package]] +name = "arrow-buffer" +version = "47.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fda119225204141138cb0541c692fbfef0e875ba01bfdeaed09e9d354f9d6195" +dependencies = [ + "bytes", + "half 2.3.1", + "num", +] + [[package]] name = "arrow-cast" version = "46.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "35e8b9990733a9b635f656efda3c9b8308c7a19695c9ec2c7046dd154f9b144b" dependencies = [ - "arrow-array", - "arrow-buffer", - "arrow-data", - "arrow-schema", - "arrow-select", + "arrow-array 46.0.0", + "arrow-buffer 46.0.0", + "arrow-data 46.0.0", + "arrow-schema 46.0.0", + "arrow-select 46.0.0", "chrono", "half 2.3.1", "lexical-core", @@ -300,8 +327,20 @@ version = "46.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "da900f31ff01a0a84da0572209be72b2b6f980f3ea58803635de47913191c188" dependencies = [ - "arrow-buffer", - "arrow-schema", + "arrow-buffer 46.0.0", + "arrow-schema 46.0.0", + "half 2.3.1", + "num", +] + +[[package]] +name = "arrow-data" +version = "47.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "475a4c3699c8b4095ca61cecf15da6f67841847a5f5aac983ccb9a377d02f73a" +dependencies = [ + "arrow-buffer 47.0.0", + "arrow-schema 47.0.0", "half 2.3.1", "num", ] @@ -312,11 +351,11 @@ version = "46.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e40372d37a860a742f248d4d7c137950cd793f1b46f2b99a5116c55efbe2699f" dependencies = [ - "arrow-array", - "arrow-buffer", + "arrow-array 46.0.0", + "arrow-buffer 46.0.0", "arrow-cast", "arrow-ipc", - "arrow-schema", + "arrow-schema 46.0.0", "base64 0.21.3", "bytes", "futures", @@ -332,11 +371,11 @@ version = "46.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2707a8d7ee2d345d045283ece3ae43416175873483e5d96319c929da542a0b1f" dependencies = [ - "arrow-array", - "arrow-buffer", + "arrow-array 46.0.0", + "arrow-buffer 46.0.0", "arrow-cast", - "arrow-data", - "arrow-schema", + "arrow-data 46.0.0", + "arrow-schema 46.0.0", "flatbuffers", ] @@ -347,10 +386,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0e32afc1329f7b372463b21c6ca502b07cf237e1ed420d87706c1770bb0ebd38" dependencies = [ "ahash 0.8.3", - "arrow-array", - "arrow-buffer", - "arrow-data", - "arrow-schema", + "arrow-array 46.0.0", + "arrow-buffer 46.0.0", + "arrow-data 46.0.0", + "arrow-schema 46.0.0", "half 2.3.1", "hashbrown 0.14.0", ] @@ -361,16 +400,36 @@ version = "46.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b104f5daa730f00fde22adc03a12aa5a2ae9ccbbf99cbd53d284119ddc90e03d" +[[package]] +name = "arrow-schema" +version = "47.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5d1d179c117b158853e0101bfbed5615e86fe97ee356b4af901f1c5001e1ce4b" + [[package]] name = "arrow-select" version = "46.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "73b3ca55356d1eae07cf48808d8c462cea674393ae6ad1e0b120f40b422eb2b4" dependencies = [ - "arrow-array", - "arrow-buffer", - "arrow-data", - "arrow-schema", + "arrow-array 46.0.0", + "arrow-buffer 46.0.0", + "arrow-data 46.0.0", + "arrow-schema 46.0.0", + "num", +] + +[[package]] +name = "arrow-select" +version = "47.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d5c71e003202e67e9db139e5278c79f5520bb79922261dfe140e4637ee8b6108" +dependencies = [ + "ahash 0.8.3", + "arrow-array 47.0.0", + "arrow-buffer 47.0.0", + "arrow-data 47.0.0", + "arrow-schema 47.0.0", "num", ] @@ -3687,12 +3746,12 @@ dependencies = [ "anyhow", "apache-avro 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "arrow-arith", - "arrow-array", - "arrow-buffer", + "arrow-array 47.0.0", + "arrow-buffer 47.0.0", "arrow-cast", "arrow-row", - "arrow-schema", - "arrow-select", + "arrow-schema 47.0.0", + "arrow-select 47.0.0", "async-trait", "bitvec", "bytes", @@ -5346,13 +5405,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1ad2cba786ae07da4d73371a88b9e0f9d3ffac1a9badc83922e0e15814f5c5fa" dependencies = [ "ahash 0.8.3", - "arrow-array", - "arrow-buffer", + "arrow-array 46.0.0", + "arrow-buffer 46.0.0", "arrow-cast", - "arrow-data", + "arrow-data 46.0.0", "arrow-ipc", - "arrow-schema", - "arrow-select", + "arrow-schema 46.0.0", + "arrow-select 46.0.0", "base64 0.21.3", "brotli", "bytes", @@ -6654,9 +6713,9 @@ version = "1.3.0-alpha" dependencies = [ "anyhow", "arc-swap", - "arrow-array", - "arrow-buffer", - "arrow-schema", + "arrow-array 47.0.0", + "arrow-buffer 47.0.0", + "arrow-schema 47.0.0", "async-trait", "auto_enums", "bitflags 2.4.0", @@ -6868,8 +6927,8 @@ version = "1.3.0-alpha" dependencies = [ "anyhow", "apache-avro 0.15.0 (git+https://github.com/risingwavelabs/avro?branch=idx0dev/resolved_schema)", - "arrow-array", - "arrow-schema", + "arrow-array 47.0.0", + "arrow-schema 47.0.0", "async-nats", "async-trait", "auto_enums", @@ -7003,8 +7062,8 @@ version = "1.3.0-alpha" dependencies = [ "aho-corasick", "anyhow", - "arrow-array", - "arrow-schema", + "arrow-array 47.0.0", + "arrow-schema 47.0.0", "async-trait", "auto_enums", "await-tree", @@ -7062,7 +7121,7 @@ version = "1.3.0-alpha" dependencies = [ "anyhow", "arc-swap", - "arrow-schema", + "arrow-schema 47.0.0", "assert_matches", "async-recursion", "async-trait", @@ -7710,10 +7769,10 @@ dependencies = [ name = "risingwave_udf" version = "0.1.0" dependencies = [ - "arrow-array", + "arrow-array 47.0.0", "arrow-flight", - "arrow-schema", - "arrow-select", + "arrow-schema 47.0.0", + "arrow-select 47.0.0", "cfg-or-panic", "futures-util", "madsim-tokio", diff --git a/Cargo.toml b/Cargo.toml index fe6a516e2dada..f60498acba228 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -106,11 +106,11 @@ criterion = { version = "0.5", features = ["async_futures"] } tonic = { package = "madsim-tonic", version = "0.3.1" } tonic-build = { package = "madsim-tonic-build", version = "0.3.1" } icelake = { git = "https://github.com/icelake-io/icelake", rev = "166a36b1a40a64086db09a0e0f2ed6791cec548b" } -arrow-array = "46" -arrow-schema = "46" -arrow-buffer = "46" +arrow-array = "47" +arrow-schema = "47" +arrow-buffer = "47" arrow-flight = "46" -arrow-select = "46" +arrow-select = "47" tikv-jemallocator = { git = "https://github.com/risingwavelabs/jemallocator.git", features = [ "profiling", "stats",