-
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.
Prepare for datafusion 8.0.0 , ballista 0.7.0 release (#2490)
* bump versions * changelog 7.0.0 to 8.0.0 * update versions in docs * revert changelog * re-generate changelogs * revert ballista changelog * update version missed by script and update script * regenerate ballista changelog with correct version
- Loading branch information
Showing
30 changed files
with
682 additions
and
119 deletions.
There are no files selected for viewing
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 = "ballista-cli" | ||
description = "Command Line Client for Ballista distributed query engine." | ||
version = "0.6.0" | ||
version = "0.7.0" | ||
authors = ["Apache Arrow <[email protected]>"] | ||
edition = "2021" | ||
keywords = [ "ballista", "cli", ] | ||
|
@@ -30,10 +30,10 @@ readme = "README.md" | |
|
||
[dependencies] | ||
arrow = { version = "13" } | ||
ballista = { path = "../ballista/rust/client", version = "0.6.0" } | ||
ballista = { path = "../ballista/rust/client", version = "0.7.0" } | ||
clap = { version = "3", features = ["derive", "cargo"] } | ||
datafusion = { path = "../datafusion/core", version = "7.0.0" } | ||
datafusion-cli = { path = "../datafusion-cli", version = "7.0.0" } | ||
datafusion = { path = "../datafusion/core", version = "8.0.0" } | ||
datafusion-cli = { path = "../datafusion-cli", version = "8.0.0" } | ||
dirs = "4.0.0" | ||
env_logger = "0.9" | ||
mimalloc = { version = "*", default-features = false } | ||
|
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
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
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 = "7.0.0" | ||
version = "8.0.0" | ||
authors = ["Apache Arrow <[email protected]>"] | ||
edition = "2021" | ||
keywords = [ "arrow", "datafusion", "ballista", "query", "sql" ] | ||
|
@@ -31,7 +31,7 @@ readme = "README.md" | |
[dependencies] | ||
arrow = { version = "13" } | ||
clap = { version = "3", features = ["derive", "cargo"] } | ||
datafusion = { path = "../datafusion/core", version = "7.0.0" } | ||
datafusion = { path = "../datafusion/core", version = "8.0.0" } | ||
dirs = "4.0.0" | ||
env_logger = "0.9" | ||
mimalloc = { version = "*", default-features = false } | ||
|
Oops, something went wrong.