Skip to content

Commit 87ab8be

Browse files
authored
Upgrade to datafusion 50 (#31)
* arrow flight-sql is quite stable apache/arrow-rs#7546 and to be rm in apache/arrow-rs#7551 * df 50, arrow 56, tonic 13
1 parent 670b9e5 commit 87ab8be

File tree

2 files changed

+8
-13
lines changed

2 files changed

+8
-13
lines changed

Cargo.toml

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,13 @@ readme = "README.md"
1414
repository = "https://github.com/datafusion-contrib/datafusion-flight-sql-server"
1515

1616
[workspace.dependencies]
17-
arrow = "55"
18-
arrow-flight = { version = "55", features = ["flight-sql-experimental"] }
19-
arrow-json = "55"
17+
arrow = "56"
18+
arrow-flight = { version = "56", features = ["flight-sql"] }
19+
arrow-json = "56"
2020
async-trait = "0.1.88"
21-
datafusion = "49.0.0"
22-
datafusion-federation = { version = "0.4.7" }
23-
datafusion-substrait = "49.0.0"
21+
datafusion = "50"
22+
datafusion-federation = { version = "0.4.10" }
23+
datafusion-substrait = "50"
2424
futures = "0.3.31"
2525
tokio = { version = "1.47", features = ["full"] }
26-
tonic = { version = "0.12", features = [
27-
"transport",
28-
"codegen",
29-
"tls",
30-
"prost",
31-
] }
26+
tonic = { version = "0.13", features = ["transport", "codegen", "prost"] }

datafusion-flight-sql-server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ once_cell = "1.21"
2727
prost = "0.13"
2828
tonic.workspace = true
2929
async-trait.workspace = true
30-
tonic-async-interceptor = "0.12.0"
30+
tonic-async-interceptor = "0.13"
3131

3232
[dev-dependencies]
3333
tokio.workspace = true

0 commit comments

Comments
 (0)