-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
chore: Prepare 39.0.0-rc1 (#10828)
* bump version * generate changelog * update cli cargo lock * delete duplicate requirements.txt * prettier * update configs.md * remove unused file
Showing
9 changed files
with
347 additions
and
110 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ | |
[package] | ||
name = "datafusion-cli" | ||
description = "Command Line Client for DataFusion query engine." | ||
version = "38.0.0" | ||
version = "39.0.0" | ||
authors = ["Apache DataFusion <[email protected]>"] | ||
edition = "2021" | ||
keywords = ["arrow", "datafusion", "query", "sql"] | ||
|
@@ -35,7 +35,7 @@ async-trait = "0.1.41" | |
aws-config = "0.55" | ||
aws-credential-types = "0.55" | ||
clap = { version = "3", features = ["derive", "cargo"] } | ||
datafusion = { path = "../datafusion/core", version = "38.0.0", features = [ | ||
datafusion = { path = "../datafusion/core", version = "39.0.0", features = [ | ||
"avro", | ||
"crypto_expressions", | ||
"datetime_expressions", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters