Skip to content

Commit d299148

Browse files
AdamGSa10y
andauthored
Upgrade DF to 51 (#5189)
Testing the upgrade to DF 51. - apache/datafusion#17558 (comment) --------- Signed-off-by: Adam Gutglick <[email protected]> Signed-off-by: Andrew Duffy <[email protected]> Co-authored-by: Andrew Duffy <[email protected]>
1 parent b3231e4 commit d299148

File tree

18 files changed

+3376
-2336
lines changed

18 files changed

+3376
-2336
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -63,16 +63,16 @@ anyhow = "1.0.95"
6363
arbitrary = "1.3.2"
6464
arcref = "0.2.0"
6565
arrayref = "0.3.7"
66-
arrow-arith = "56"
67-
arrow-array = "56"
68-
arrow-buffer = "56"
69-
arrow-cast = "56"
70-
arrow-data = "56"
71-
arrow-ipc = "56"
72-
arrow-ord = "56"
73-
arrow-schema = "56"
74-
arrow-select = "56"
75-
arrow-string = "56"
66+
arrow-arith = "57"
67+
arrow-array = "57"
68+
arrow-buffer = "57"
69+
arrow-cast = "57"
70+
arrow-data = "57"
71+
arrow-ipc = "57"
72+
arrow-ord = "57"
73+
arrow-schema = "57"
74+
arrow-select = "57"
75+
arrow-string = "57"
7676
async-compat = "0.2.5"
7777
async-fs = "2.2.0"
7878
async-stream = "0.3.6"
@@ -85,7 +85,7 @@ bzip2 = "0.6.0"
8585
cbindgen = "0.29.0"
8686
cc = "1.2"
8787
cfg-if = "1"
88-
chrono = "0.4.41"
88+
chrono = "0.4.42"
8989
clap = "4.5"
9090
crossterm = "0.29"
9191
cudarc = { version = "0.18.0", features = [
@@ -97,19 +97,19 @@ cudarc = { version = "0.18.0", features = [
9797
"nvrtc",
9898
], default-features = false }
9999
dashmap = "6.1.0"
100-
datafusion = { version = "50", default-features = false }
101-
datafusion-catalog = { version = "50" }
102-
datafusion-common = { version = "50" }
103-
datafusion-common-runtime = { version = "50" }
104-
datafusion-datasource = { version = "50", default-features = false }
105-
datafusion-execution = { version = "50" }
106-
datafusion-expr = { version = "50" }
107-
datafusion-functions = { version = "50" }
108-
datafusion-physical-expr = { version = "50" }
109-
datafusion-physical-expr-adapter = { version = "50" }
110-
datafusion-physical-expr-common = { version = "50" }
111-
datafusion-physical-plan = { version = "50" }
112-
datafusion-pruning = { version = "50" }
100+
datafusion = { version = "51", default-features = false, features = ["sql"] }
101+
datafusion-catalog = { version = "51" }
102+
datafusion-common = { version = "51" }
103+
datafusion-common-runtime = { version = "51" }
104+
datafusion-datasource = { version = "51", default-features = false }
105+
datafusion-execution = { version = "51" }
106+
datafusion-expr = { version = "51" }
107+
datafusion-functions = { version = "51" }
108+
datafusion-physical-expr = { version = "51" }
109+
datafusion-physical-expr-adapter = { version = "51" }
110+
datafusion-physical-expr-common = { version = "51" }
111+
datafusion-physical-plan = { version = "51" }
112+
datafusion-pruning = { version = "51" }
113113
dirs = "6.0.0"
114114
divan = { package = "codspeed-divan-compat", version = "4.0.4" }
115115
enum-iterator = "2.0.0"
@@ -121,7 +121,7 @@ fuzzy-matcher = "0.3"
121121
get_dir = "0.5.0"
122122
glob = "0.3.2"
123123
goldenfile = "1"
124-
half = { version = "2.6", features = ["std", "num-traits"] }
124+
half = { version = "2.7.1", features = ["std", "num-traits"] }
125125
hashbrown = "0.16.0"
126126
humansize = "2.1.3"
127127
indicatif = "0.18.0"
@@ -142,14 +142,14 @@ noodles-bgzf = "0.44.0"
142142
noodles-vcf = "0.82.0"
143143
num-traits = "0.2.19"
144144
num_enum = { version = "0.7.3", default-features = false }
145-
object_store = { version = "0.12.3", default-features = false }
145+
object_store = { version = "0.12.4", default-features = false }
146146
once_cell = "1.21"
147147
oneshot = "0.1.11"
148148
opentelemetry = "0.31.0"
149149
opentelemetry-otlp = "0.31.0"
150150
opentelemetry_sdk = "0.31.0"
151151
parking_lot = { version = "0.12.3", features = ["nightly"] }
152-
parquet = "56"
152+
parquet = "57"
153153
paste = "1.0.15"
154154
pco = "0.4.4"
155155
pin-project-lite = "0.2.15"
@@ -193,11 +193,11 @@ target-lexicon = "0.13"
193193
tempfile = "3"
194194
termtree = { version = "0.5" }
195195
thiserror = "2.0.3"
196-
tokio = { version = "1.47" }
196+
tokio = { version = "1.48" }
197197
tokio-stream = "0.1.17"
198198
tokio-util = "0.7.17"
199-
tpchgen = { version = "2" }
200-
tpchgen-arrow = { version = "2" }
199+
tpchgen = { version = "2.0.2" }
200+
tpchgen-arrow = { version = "2.0.2" }
201201
tracing = { version = "0.1.41", default-features = false }
202202
tracing-perfetto = "0.1.5"
203203
tracing-subscriber = "0.3"

benchmarks/lance-bench/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ lance = { version = "0.39.0" }
1919
lance-encoding = { version = "0.39.0" }
2020

2121
anyhow = { workspace = true }
22-
arrow-cast = { workspace = true }
22+
arrow-cast = { version = "56" }
2323
async-trait = { workspace = true }
2424
clap = { workspace = true, features = ["derive"] }
2525
futures = { workspace = true }
26-
parquet = { workspace = true }
26+
parquet = { version = "56" }
2727
tempfile = { workspace = true }
2828
tokio = { workspace = true, features = ["full"] }
29-
tracing.workspace = true
29+
tracing = { workspace = true }
3030
vortex-bench = { workspace = true }
3131

3232
[build-dependencies]

0 commit comments

Comments
 (0)