-
Notifications
You must be signed in to change notification settings - Fork 199
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cleanup of clap and configure_me from core components
- Loading branch information
1 parent
f2f2adc
commit 17cb505
Showing
11 changed files
with
30 additions
and
34 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
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 |
---|---|---|
|
@@ -25,28 +25,26 @@ repository = "https://github.com/apache/arrow-ballista" | |
readme = "README.md" | ||
authors = ["Apache DataFusion <[email protected]>"] | ||
edition = "2021" | ||
rust-version = "1.72" | ||
|
||
[dependencies] | ||
async-trait = { workspace = true } | ||
ballista-core = { path = "../core", version = "0.12.0" } | ||
ballista-executor = { path = "../executor", version = "0.12.0", optional = true } | ||
ballista-scheduler = { path = "../scheduler", version = "0.12.0", optional = true } | ||
datafusion = { workspace = true } | ||
datafusion-proto = { workspace = true } | ||
futures = { workspace = true } | ||
log = { workspace = true } | ||
parking_lot = { workspace = true } | ||
tempfile = { workspace = true } | ||
|
||
tokio = { workspace = true } | ||
url = { workspace = true } | ||
|
||
[dev-dependencies] | ||
ballista-executor = { path = "../executor", version = "0.12.0" } | ||
ballista-scheduler = { path = "../scheduler", version = "0.12.0" } | ||
ctor = { workspace = true } | ||
datafusion-proto = { workspace = true } | ||
env_logger = { workspace = true } | ||
rstest = { version = "0.23" } | ||
tempfile = { workspace = true } | ||
tonic = { workspace = true } | ||
|
||
[features] | ||
|
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