Skip to content

Commit 127eeb8

Browse files
DerGutXuanwo
andauthored
feat: Update Datafusion to v49 (apache#1704)
## Which issue does this PR close? Closes apache#1702 ## What changes are included in this PR? - a dependency upgrade from Datafusion 48 to 49 - a dependency specificity change from an exact pinned patch version to a broader major version (IMO this is better for broader compatibility) - fixes to breaking APIs ## Are these changes tested? <!-- Specify what test covers (unit test, integration test, etc.). If tests are not included in your PR, please explain why (for example, are they covered by existing tests)? --> --------- Signed-off-by: Xuanwo <[email protected]> Co-authored-by: Xuanwo <[email protected]>
1 parent 0a06c3e commit 127eeb8

File tree

8 files changed

+250
-154
lines changed

8 files changed

+250
-154
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,14 @@ rust-version = "1.87"
4242
anyhow = "1.0.72"
4343
apache-avro = { version = "0.20", features = ["zstandard"] }
4444
array-init = "2"
45-
arrow-arith = { version = "55.1" }
46-
arrow-array = { version = "55.1" }
47-
arrow-buffer = { version = "55.1" }
48-
arrow-cast = { version = "55.1" }
49-
arrow-ord = { version = "55.1" }
50-
arrow-schema = { version = "55.1" }
51-
arrow-select = { version = "55.1" }
52-
arrow-string = { version = "55.1" }
45+
arrow-arith = { version = "55.2" }
46+
arrow-array = { version = "55.2" }
47+
arrow-buffer = { version = "55.2" }
48+
arrow-cast = { version = "55.2" }
49+
arrow-ord = { version = "55.2" }
50+
arrow-schema = { version = "55.2" }
51+
arrow-select = { version = "55.2" }
52+
arrow-string = { version = "55.2" }
5353
as-any = "0.3.2"
5454
async-trait = "0.1.88"
5555
aws-config = "1.8.1"
@@ -62,9 +62,9 @@ bytes = "1.10"
6262
chrono = "0.4.41"
6363
clap = { version = "4.5.41", features = ["derive", "cargo"] }
6464
ctor = "0.2.8"
65-
datafusion = "48.0.1"
66-
datafusion-cli = "48.0.1"
67-
datafusion-sqllogictest = "48.0.1"
65+
datafusion = "49"
66+
datafusion-cli = "49"
67+
datafusion-sqllogictest = "49"
6868
derive_builder = "0.20"
6969
dirs = "6"
7070
enum-ordinalize = "4.3.0"
@@ -99,15 +99,15 @@ num-bigint = "0.4.6"
9999
once_cell = "1.20"
100100
opendal = "0.54.0"
101101
ordered-float = "4"
102-
parquet = "55.1"
102+
parquet = "55.2"
103103
pilota = "0.11.10"
104104
port_scanner = "0.1.5"
105105
pretty_assertions = "1.4"
106106
rand = "0.8.5"
107107
regex = "1.10.5"
108108
reqwest = { version = "0.12.12", default-features = false, features = ["json"] }
109109
roaring = { version = "0.11" }
110-
rust_decimal = "1.37.1"
110+
rust_decimal = "1.37.2"
111111
serde = { version = "1.0.219", features = ["rc"] }
112112
serde_bytes = "0.11.17"
113113
serde_derive = "1.0.219"

0 commit comments

Comments
 (0)