Skip to content

Commit 4afca6a

Browse files
authored
Merge branch 'apache:main' into dev
2 parents 2ec94d4 + f310db3 commit 4afca6a

File tree

132 files changed

+5290
-3230
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

132 files changed

+5290
-3230
lines changed

Cargo.toml

Lines changed: 20 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -49,39 +49,39 @@ rust-version = "1.70"
4949
version = "33.0.0"
5050

5151
[workspace.dependencies]
52-
arrow = { version = "~48.0.1", features = ["prettyprint"] }
53-
arrow-array = { version = "~48.0.1", default-features = false, features = ["chrono-tz"] }
54-
arrow-buffer = { version = "~48.0.1", default-features = false }
55-
arrow-flight = { version = "~48.0.1", features = ["flight-sql-experimental"] }
56-
arrow-ord = { version = "~48.0.1", default-features = false }
57-
arrow-schema = { version = "~48.0.1", default-features = false }
52+
arrow = { version = "49.0.0", features = ["prettyprint"] }
53+
arrow-array = { version = "49.0.0", default-features = false, features = ["chrono-tz"] }
54+
arrow-buffer = { version = "49.0.0", default-features = false }
55+
arrow-flight = { version = "49.0.0", features = ["flight-sql-experimental"] }
56+
arrow-ord = { version = "49.0.0", default-features = false }
57+
arrow-schema = { version = "49.0.0", default-features = false }
5858
async-trait = "0.1.73"
5959
bigdecimal = "0.4.1"
6060
bytes = "1.4"
6161
ctor = "0.2.0"
62-
datafusion = { path = "datafusion/core" }
63-
datafusion-common = { path = "datafusion/common" }
64-
datafusion-expr = { path = "datafusion/expr" }
65-
datafusion-sql = { path = "datafusion/sql" }
66-
datafusion-optimizer = { path = "datafusion/optimizer" }
67-
datafusion-physical-expr = { path = "datafusion/physical-expr" }
68-
datafusion-physical-plan = { path = "datafusion/physical-plan" }
69-
datafusion-execution = { path = "datafusion/execution" }
70-
datafusion-proto = { path = "datafusion/proto" }
71-
datafusion-sqllogictest = { path = "datafusion/sqllogictest" }
72-
datafusion-substrait = { path = "datafusion/substrait" }
62+
datafusion = { path = "datafusion/core", version = "33.0.0" }
63+
datafusion-common = { path = "datafusion/common", version = "33.0.0" }
64+
datafusion-expr = { path = "datafusion/expr", version = "33.0.0" }
65+
datafusion-sql = { path = "datafusion/sql", version = "33.0.0" }
66+
datafusion-optimizer = { path = "datafusion/optimizer", version = "33.0.0" }
67+
datafusion-physical-expr = { path = "datafusion/physical-expr", version = "33.0.0" }
68+
datafusion-physical-plan = { path = "datafusion/physical-plan", version = "33.0.0" }
69+
datafusion-execution = { path = "datafusion/execution", version = "33.0.0" }
70+
datafusion-proto = { path = "datafusion/proto", version = "33.0.0" }
71+
datafusion-sqllogictest = { path = "datafusion/sqllogictest", version = "33.0.0" }
72+
datafusion-substrait = { path = "datafusion/substrait", version = "33.0.0" }
7373
dashmap = "5.4.0"
7474
doc-comment = "0.3"
7575
env_logger = "0.10"
7676
futures = "0.3"
7777
half = "2.2.1"
7878
indexmap = "2.0.0"
79-
itertools = "0.11"
79+
itertools = "0.12"
8080
log = "^0.4"
8181
num_cpus = "1.13.0"
82-
object_store = { version = "0.7.0", default-features = false }
82+
object_store = { version = "0.8.0", default-features = false }
8383
parking_lot = "0.12"
84-
parquet = { version = "~48.0.1", default-features = false, features = ["arrow", "async", "object_store"] }
84+
parquet = { version = "49.0.0", default-features = false, features = ["arrow", "async", "object_store"] }
8585
rand = "0.8"
8686
rstest = "0.18.0"
8787
serde_json = "1"
@@ -108,4 +108,3 @@ opt-level = 3
108108
overflow-checks = false
109109
panic = 'unwind'
110110
rpath = false
111-

0 commit comments

Comments
 (0)