Skip to content

Commit a29bc29

Browse files
committed
chore: upgrade datafusion to 50.0.0 and arrow to 56.1
Change-Id: Iedc2a3133d2caf8f9630edde5723618a244cb958
1 parent b4e3c68 commit a29bc29

File tree

16 files changed

+1328
-1193
lines changed

16 files changed

+1328
-1193
lines changed

Cargo.lock

Lines changed: 833 additions & 785 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -60,17 +60,17 @@ lance-test-macros = { version = "=0.36.0", path = "./rust/lance-test-macros" }
6060
lance-testing = { version = "=0.36.0", path = "./rust/lance-testing" }
6161
approx = "0.5.1"
6262
# Note that this one does not include pyarrow
63-
arrow = { version = "55.2", optional = false, features = ["prettyprint"] }
64-
arrow-arith = "55.2"
65-
arrow-array = "55.2"
66-
arrow-buffer = "55.2"
67-
arrow-cast = "55.2"
68-
arrow-data = "55.2"
69-
arrow-ipc = { version = "55.2", features = ["zstd"] }
70-
arrow-ord = "55.2"
71-
arrow-row = "55.2"
72-
arrow-schema = "55.2"
73-
arrow-select = "55.2"
63+
arrow = { version = "56.1", optional = false, features = ["prettyprint"] }
64+
arrow-arith = "56.1"
65+
arrow-array = "56.1"
66+
arrow-buffer = "56.1"
67+
arrow-cast = "56.1"
68+
arrow-data = "56.1"
69+
arrow-ipc = { version = "56.1", features = ["zstd"] }
70+
arrow-ord = "56.1"
71+
arrow-row = "56.1"
72+
arrow-schema = "56.1"
73+
arrow-select = "56.1"
7474
async-recursion = "1.0"
7575
async-trait = "0.1"
7676
aws-config = "1.2.0"
@@ -96,7 +96,7 @@ criterion = { version = "0.5", features = [
9696
"html_reports",
9797
] }
9898
crossbeam-queue = "0.3"
99-
datafusion = { version = "49.0.2", default-features = false, features = [
99+
datafusion = { version = "50.0.0", default-features = false, features = [
100100
"nested_expressions",
101101
"regex_expressions",
102102
"unicode_expressions",
@@ -105,16 +105,16 @@ datafusion = { version = "49.0.2", default-features = false, features = [
105105
"datetime_expressions",
106106
"string_expressions",
107107
] }
108-
datafusion-common = "49.0.2"
109-
datafusion-functions = { version = "49.0.2", features = ["regex_expressions"] }
110-
datafusion-sql = "49.0.2"
111-
datafusion-expr = "49.0.2"
112-
datafusion-ffi = "49.0.2"
113-
datafusion-execution = "49.0.2"
114-
datafusion-optimizer = "49.0.2"
115-
datafusion-physical-expr = { version = "49.0.2" }
116-
datafusion-physical-plan = { version = "49.0.2" }
117-
datafusion-substrait = { version = "49.0.2" }
108+
datafusion-common = "50.0.0"
109+
datafusion-functions = { version = "50.0.0", features = ["regex_expressions"] }
110+
datafusion-sql = "50.0.0"
111+
datafusion-expr = "50.0.0"
112+
datafusion-ffi = "50.0.0"
113+
datafusion-execution = "50.0.0"
114+
datafusion-optimizer = "50.0.0"
115+
datafusion-physical-expr = "50.0.0"
116+
datafusion-physical-plan = "50.0.0"
117+
datafusion-substrait = "50.0.0"
118118
deepsize = "0.2.0"
119119
dirs = "6.0.0"
120120
either = "1.0"

0 commit comments

Comments
 (0)