Skip to content

Commit

Permalink
chore: update to DF.44
Browse files Browse the repository at this point in the history
  • Loading branch information
milenkovicm committed Jan 2, 2025
1 parent 8829e01 commit 6e409f3
Show file tree
Hide file tree
Showing 17 changed files with 169 additions and 137 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ arrow-flight = { version = "53", features = ["flight-sql-experimental"] }
clap = { version = "4.5", features = ["derive", "cargo"] }
configure_me = { version = "0.4.0" }
configure_me_codegen = { version = "0.4.4" }
datafusion = "43.0.0"
datafusion-cli = "43.0.0"
datafusion-proto = "43.0.0"
datafusion-proto-common = "43.0.0"
datafusion = "44.0.0"
datafusion-cli = "44.0.0"
datafusion-proto = "44.0.0"
datafusion-proto-common = "44.0.0"
object_store = "0.11"
prost = "0.13"
prost-types = "0.13"
Expand Down
2 changes: 2 additions & 0 deletions ballista/client/tests/context_checks.rs
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,8 @@ mod supported {
"| datafusion | information_schema | columns | VIEW |",
"| datafusion | information_schema | df_settings | VIEW |",
"| datafusion | information_schema | schemata | VIEW |",
"| datafusion | information_schema | routines | VIEW |",
"| datafusion | information_schema | parameters | VIEW |",
"+---------------+--------------------+-------------+------------+",
];

Expand Down
Loading

0 comments on commit 6e409f3

Please sign in to comment.