diff --git a/benchmarks/Cargo.toml b/benchmarks/Cargo.toml index 977658f37583..b4fb0677fabf 100644 --- a/benchmarks/Cargo.toml +++ b/benchmarks/Cargo.toml @@ -33,7 +33,7 @@ simd = ["datafusion/simd"] snmalloc = ["snmalloc-rs"] [dependencies] -arrow = "28.0.0" +arrow = "34.0.0" datafusion = { path = "../datafusion/core", version = "15.0.0", features = ["scheduler"] } env_logger = "0.10" futures = "0.3" diff --git a/datafusion-examples/Cargo.toml b/datafusion-examples/Cargo.toml index e1403466f843..c1547612549a 100644 --- a/datafusion-examples/Cargo.toml +++ b/datafusion-examples/Cargo.toml @@ -34,7 +34,7 @@ path = "examples/avro_sql.rs" required-features = ["datafusion/avro"] [dev-dependencies] -arrow = "28.0.0" +arrow = "34.0.0" arrow-flight = "28.0.0" async-trait = "0.1.41" datafusion = { path = "../datafusion/core" } diff --git a/datafusion/common/Cargo.toml b/datafusion/common/Cargo.toml index 27f43f93edb2..7c78156ab7b7 100644 --- a/datafusion/common/Cargo.toml +++ b/datafusion/common/Cargo.toml @@ -40,7 +40,7 @@ pyarrow = ["pyo3", "arrow/pyarrow"] [dependencies] apache-avro = { version = "0.14", default-features = false, features = ["snappy"], optional = true } -arrow = { version = "28.0.0", default-features = false } +arrow = { version = "34.0.0", default-features = false } chrono = { version = "0.4", default-features = false } cranelift-module = { version = "0.89.0", optional = true } object_store = { version = "0.5.0", default-features = false, optional = true } diff --git a/datafusion/core/Cargo.toml b/datafusion/core/Cargo.toml index 8f40bac70153..42e77cdcae4a 100644 --- a/datafusion/core/Cargo.toml +++ b/datafusion/core/Cargo.toml @@ -57,7 +57,7 @@ unicode_expressions = ["datafusion-physical-expr/regex_expressions", "datafusion [dependencies] ahash = { version = "0.8", default-features = false, features = ["runtime-rng"] } apache-avro = { version = "0.14", optional = true } -arrow = { version = "28.0.0", features = ["prettyprint"] } +arrow = { version = "34.0.0", features = ["prettyprint"] } async-compression = { version = "0.3.14", features = ["bzip2", "gzip", "xz", "futures-io", "tokio"], optional = true } async-trait = "0.1.41" bytes = "1.1" @@ -101,7 +101,7 @@ uuid = { version = "1.0", features = ["v4"] } xz2 = { version = "0.1", optional = true } [dev-dependencies] -arrow = { version = "28.0.0", features = ["prettyprint", "dyn_cmp_dict"] } +arrow = { version = "34.0.0", features = ["prettyprint", "dyn_cmp_dict"] } async-trait = "0.1.53" criterion = "0.4" csv = "1.1.6" diff --git a/datafusion/expr/Cargo.toml b/datafusion/expr/Cargo.toml index d8e665873554..879e374c714f 100644 --- a/datafusion/expr/Cargo.toml +++ b/datafusion/expr/Cargo.toml @@ -36,7 +36,7 @@ path = "src/lib.rs" [dependencies] ahash = { version = "0.8", default-features = false, features = ["runtime-rng"] } -arrow = { version = "28.0.0", default-features = false } +arrow = { version = "34.0.0", default-features = false } datafusion-common = { path = "../common", version = "15.0.0" } log = "^0.4" sqlparser = "0.27" diff --git a/datafusion/jit/Cargo.toml b/datafusion/jit/Cargo.toml index 26cc5609b10a..27b75e1271a9 100644 --- a/datafusion/jit/Cargo.toml +++ b/datafusion/jit/Cargo.toml @@ -36,7 +36,7 @@ path = "src/lib.rs" jit = [] [dependencies] -arrow = { version = "28.0.0", default-features = false } +arrow = { version = "34.0.0", default-features = false } cranelift = "0.89.0" cranelift-jit = "0.89.0" cranelift-module = "0.89.0" diff --git a/datafusion/optimizer/Cargo.toml b/datafusion/optimizer/Cargo.toml index 14970c405a3a..8e10e7d581d9 100644 --- a/datafusion/optimizer/Cargo.toml +++ b/datafusion/optimizer/Cargo.toml @@ -37,7 +37,7 @@ default = ["unicode_expressions"] unicode_expressions = [] [dependencies] -arrow = { version = "28.0.0", features = ["prettyprint"] } +arrow = { version = "34.0.0", features = ["prettyprint"] } async-trait = "0.1.41" chrono = { version = "0.4.23", default-features = false } datafusion-common = { path = "../common", version = "15.0.0" } diff --git a/datafusion/physical-expr/Cargo.toml b/datafusion/physical-expr/Cargo.toml index 6c202d55e4b8..833ae29ea899 100644 --- a/datafusion/physical-expr/Cargo.toml +++ b/datafusion/physical-expr/Cargo.toml @@ -40,7 +40,7 @@ unicode_expressions = ["unicode-segmentation"] [dependencies] ahash = { version = "0.8", default-features = false, features = ["runtime-rng"] } -arrow = { version = "28.0.0", features = ["prettyprint", "dyn_cmp_dict"] } +arrow = { version = "34.0.0", features = ["prettyprint", "dyn_cmp_dict"] } arrow-buffer = "28.0.0" arrow-schema = "28.0.0" blake2 = { version = "^0.10.2", optional = true } diff --git a/datafusion/proto/Cargo.toml b/datafusion/proto/Cargo.toml index 6d8ba859f4a9..861a1f80d2e2 100644 --- a/datafusion/proto/Cargo.toml +++ b/datafusion/proto/Cargo.toml @@ -40,7 +40,7 @@ default = [] json = ["pbjson", "serde", "serde_json"] [dependencies] -arrow = "28.0.0" +arrow = "34.0.0" chrono = { version = "0.4", default-features = false } datafusion = { path = "../core", version = "15.0.0" } datafusion-common = { path = "../common", version = "15.0.0" } diff --git a/datafusion/row/Cargo.toml b/datafusion/row/Cargo.toml index 13a2ddb257ea..9e4a612ed811 100644 --- a/datafusion/row/Cargo.toml +++ b/datafusion/row/Cargo.toml @@ -37,7 +37,7 @@ path = "src/lib.rs" jit = ["datafusion-jit"] [dependencies] -arrow = "28.0.0" +arrow = "34.0.0" datafusion-common = { path = "../common", version = "15.0.0" } datafusion-jit = { path = "../jit", version = "15.0.0", optional = true } paste = "^1.0" diff --git a/test-utils/Cargo.toml b/test-utils/Cargo.toml index f4067dc48a28..b7863a385f05 100644 --- a/test-utils/Cargo.toml +++ b/test-utils/Cargo.toml @@ -23,7 +23,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -arrow = { version = "28.0.0", features = ["prettyprint"] } +arrow = { version = "34.0.0", features = ["prettyprint"] } datafusion-common = { path = "../datafusion/common" } env_logger = "0.10.0" rand = "0.8"