This is an automated email from the ASF dual-hosted git repository.
alamb 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 84fab4e bump arrow and parquet versions to 4.4.0 (#654)
84fab4e is described below
commit 84fab4e6518d1250c0afd31e246517b7ddc37cf7
Author: Todd Treece <[email protected]>
AuthorDate: Fri Jul 2 16:58:41 2021 -0400
bump arrow and parquet versions to 4.4.0 (#654)
---
datafusion/Cargo.toml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/datafusion/Cargo.toml b/datafusion/Cargo.toml
index a001fc7..f1a7774 100644
--- a/datafusion/Cargo.toml
+++ b/datafusion/Cargo.toml
@@ -46,8 +46,8 @@ unicode_expressions = ["unicode-segmentation"]
[dependencies]
ahash = "0.7"
hashbrown = "0.11"
-arrow = { version = "4.3", features = ["prettyprint"] }
-parquet = { version = "4.3", features = ["arrow"] }
+arrow = { version = "4.4", features = ["prettyprint"] }
+parquet = { version = "4.4", features = ["arrow"] }
sqlparser = "0.9.0"
paste = "^1.0"
num_cpus = "1.13.0"