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

jorgecarleitao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git


The following commit(s) were added to refs/heads/master by this push:
     new 88222b7  Update arrow-rs deps (#224)
88222b7 is described below

commit 88222b7dcf1ba8888a5befbba5cd175fdd90ea5d
Author: Andrew Lamb <[email protected]>
AuthorDate: Thu Apr 29 15:07:31 2021 -0400

    Update arrow-rs deps (#224)
---
 ballista/rust/client/Cargo.toml    | 2 +-
 ballista/rust/core/Cargo.toml      | 4 ++--
 ballista/rust/executor/Cargo.toml  | 4 ++--
 ballista/rust/scheduler/Cargo.toml | 2 +-
 datafusion-examples/Cargo.toml     | 2 +-
 datafusion/Cargo.toml              | 4 ++--
 6 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/ballista/rust/client/Cargo.toml b/ballista/rust/client/Cargo.toml
index 013adc0..d812b65 100644
--- a/ballista/rust/client/Cargo.toml
+++ b/ballista/rust/client/Cargo.toml
@@ -31,5 +31,5 @@ futures = "0.3"
 log = "0.4"
 tokio = "1.0"
 
-arrow = { git = "https://github.com/apache/arrow-rs";, rev = 
"ed00e4d4a160cd5182bfafb81fee2240ec005014" }
+arrow = { git = "https://github.com/apache/arrow-rs";, rev = 
"d008f31b107c1030a1f5144c164e8ca8bf543576" }
 datafusion = { path = "../../../datafusion" }
diff --git a/ballista/rust/core/Cargo.toml b/ballista/rust/core/Cargo.toml
index b92225f..b1fab62 100644
--- a/ballista/rust/core/Cargo.toml
+++ b/ballista/rust/core/Cargo.toml
@@ -40,8 +40,8 @@ tokio = "1.0"
 tonic = "0.4"
 uuid = { version = "0.8", features = ["v4"] }
 
-arrow = { git = "https://github.com/apache/arrow-rs";, rev = 
"ed00e4d4a160cd5182bfafb81fee2240ec005014" }
-arrow-flight = { git = "https://github.com/apache/arrow-rs";, rev = 
"ed00e4d4a160cd5182bfafb81fee2240ec005014" }
+arrow = { git = "https://github.com/apache/arrow-rs";, rev = 
"d008f31b107c1030a1f5144c164e8ca8bf543576" }
+arrow-flight = { git = "https://github.com/apache/arrow-rs";, rev = 
"d008f31b107c1030a1f5144c164e8ca8bf543576" }
 
 datafusion = { path = "../../../datafusion" }
 
diff --git a/ballista/rust/executor/Cargo.toml 
b/ballista/rust/executor/Cargo.toml
index 6c9546e..2284d91 100644
--- a/ballista/rust/executor/Cargo.toml
+++ b/ballista/rust/executor/Cargo.toml
@@ -44,8 +44,8 @@ tokio-stream = "0.1"
 tonic = "0.4"
 uuid = { version = "0.8", features = ["v4"] }
 
-arrow = { git = "https://github.com/apache/arrow-rs";, rev = 
"ed00e4d4a160cd5182bfafb81fee2240ec005014" }
-arrow-flight = { git = "https://github.com/apache/arrow-rs";, rev = 
"ed00e4d4a160cd5182bfafb81fee2240ec005014" }
+arrow = { git = "https://github.com/apache/arrow-rs";, rev = 
"d008f31b107c1030a1f5144c164e8ca8bf543576" }
+arrow-flight = { git = "https://github.com/apache/arrow-rs";, rev = 
"d008f31b107c1030a1f5144c164e8ca8bf543576" }
 
 datafusion = { path = "../../../datafusion" }
 
diff --git a/ballista/rust/scheduler/Cargo.toml 
b/ballista/rust/scheduler/Cargo.toml
index 1f488c0..93a0730 100644
--- a/ballista/rust/scheduler/Cargo.toml
+++ b/ballista/rust/scheduler/Cargo.toml
@@ -52,7 +52,7 @@ tonic = "0.4"
 tower = { version = "0.4" }
 warp = "0.3"
 
-arrow = { git = "https://github.com/apache/arrow-rs";, rev = 
"ed00e4d4a160cd5182bfafb81fee2240ec005014" }
+arrow = { git = "https://github.com/apache/arrow-rs";, rev = 
"d008f31b107c1030a1f5144c164e8ca8bf543576" }
 datafusion = { path = "../../../datafusion" }
 
 [dev-dependencies]
diff --git a/datafusion-examples/Cargo.toml b/datafusion-examples/Cargo.toml
index f8f4f35..77b1553 100644
--- a/datafusion-examples/Cargo.toml
+++ b/datafusion-examples/Cargo.toml
@@ -29,7 +29,7 @@ publish = false
 
 
 [dev-dependencies]
-arrow-flight = { git = "https://github.com/apache/arrow-rs";, rev = 
"ed00e4d4a160cd5182bfafb81fee2240ec005014" }
+arrow-flight = { git = "https://github.com/apache/arrow-rs";, rev = 
"d008f31b107c1030a1f5144c164e8ca8bf543576" }
 datafusion = { path = "../datafusion" }
 prost = "0.7"
 tonic = "0.4"
diff --git a/datafusion/Cargo.toml b/datafusion/Cargo.toml
index d7540db..5f743f6 100644
--- a/datafusion/Cargo.toml
+++ b/datafusion/Cargo.toml
@@ -51,8 +51,8 @@ unicode_expressions = ["unicode-segmentation"]
 [dependencies]
 ahash = "0.7"
 hashbrown = "0.11"
-arrow = { git = "https://github.com/apache/arrow-rs";, rev = 
"ed00e4d4a160cd5182bfafb81fee2240ec005014", features = ["prettyprint"] }
-parquet = { git = "https://github.com/apache/arrow-rs";, rev = 
"ed00e4d4a160cd5182bfafb81fee2240ec005014", features = ["arrow"] }
+arrow = { git = "https://github.com/apache/arrow-rs";, rev = 
"d008f31b107c1030a1f5144c164e8ca8bf543576", features = ["prettyprint"] }
+parquet = { git = "https://github.com/apache/arrow-rs";, rev = 
"d008f31b107c1030a1f5144c164e8ca8bf543576", features = ["arrow"] }
 sqlparser = "0.9.0"
 clap = "2.33"
 rustyline = {version = "7.0", optional = true}

Reply via email to