Skip to content

Commit ccc2d49

Browse files
committed
chore: update to DF.44
1 parent 3a46669 commit ccc2d49

File tree

17 files changed

+169
-137
lines changed

17 files changed

+169
-137
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ arrow-flight = { version = "53", features = ["flight-sql-experimental"] }
2626
clap = { version = "4.5", features = ["derive", "cargo"] }
2727
configure_me = { version = "0.4.0" }
2828
configure_me_codegen = { version = "0.4.4" }
29-
datafusion = "43.0.0"
30-
datafusion-cli = "43.0.0"
31-
datafusion-proto = "43.0.0"
32-
datafusion-proto-common = "43.0.0"
29+
datafusion = "44.0.0"
30+
datafusion-cli = "44.0.0"
31+
datafusion-proto = "44.0.0"
32+
datafusion-proto-common = "44.0.0"
3333
object_store = "0.11"
3434
prost = "0.13"
3535
prost-types = "0.13"

ballista/client/tests/context_checks.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,8 @@ mod supported {
198198
"| datafusion | information_schema | columns | VIEW |",
199199
"| datafusion | information_schema | df_settings | VIEW |",
200200
"| datafusion | information_schema | schemata | VIEW |",
201+
"| datafusion | information_schema | routines | VIEW |",
202+
"| datafusion | information_schema | parameters | VIEW |",
201203
"+---------------+--------------------+-------------+------------+",
202204
];
203205

0 commit comments

Comments
 (0)