-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update version * update versions for test-utils and parquet-test-utils * CHANGELOG * revert changing test-utils versions * update Cargo.lock
- Loading branch information
Showing
16 changed files
with
367 additions
and
48 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 |
---|---|---|
|
@@ -98,3 +98,5 @@ dev/dist | |
|
||
# CI | ||
arrow-ballista | ||
|
||
datafusion/CHANGELOG.md.bak |
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-benchmarks" | ||
description = "DataFusion Benchmarks" | ||
version = "14.0.0" | ||
version = "15.0.0" | ||
edition = "2021" | ||
authors = ["Apache Arrow <[email protected]>"] | ||
homepage = "https://github.com/apache/arrow-datafusion" | ||
|
@@ -34,7 +34,7 @@ snmalloc = ["snmalloc-rs"] | |
|
||
[dependencies] | ||
arrow = "28.0.0" | ||
datafusion = { path = "../datafusion/core", version = "14.0.0", features = ["scheduler"] } | ||
datafusion = { path = "../datafusion/core", version = "15.0.0", features = ["scheduler"] } | ||
env_logger = "0.10" | ||
futures = "0.3" | ||
mimalloc = { version = "0.1", optional = true, default-features = false } | ||
|
@@ -51,4 +51,4 @@ test-utils = { path = "../test-utils/", version = "0.1.0" } | |
tokio = { version = "^1.0", features = ["macros", "rt", "rt-multi-thread", "parking_lot"] } | ||
|
||
[dev-dependencies] | ||
datafusion-proto = { path = "../datafusion/proto", version = "14.0.0" } | ||
datafusion-proto = { path = "../datafusion/proto", version = "15.0.0" } |
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 = "14.0.0" | ||
version = "15.0.0" | ||
authors = ["Apache Arrow <[email protected]>"] | ||
edition = "2021" | ||
keywords = [ "arrow", "datafusion", "query", "sql" ] | ||
|
@@ -31,7 +31,7 @@ readme = "README.md" | |
[dependencies] | ||
arrow = "28.0.0" | ||
clap = { version = "3", features = ["derive", "cargo"] } | ||
datafusion = { path = "../datafusion/core", version = "14.0.0" } | ||
datafusion = { path = "../datafusion/core", version = "15.0.0" } | ||
dirs = "4.0.0" | ||
env_logger = "0.9" | ||
mimalloc = { version = "0.1", 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ | |
[package] | ||
name = "datafusion-examples" | ||
description = "DataFusion usage examples" | ||
version = "14.0.0" | ||
version = "15.0.0" | ||
homepage = "https://github.com/apache/arrow-datafusion" | ||
repository = "https://github.com/apache/arrow-datafusion" | ||
authors = ["Apache Arrow <[email protected]>"] | ||
|
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
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