Skip to content

Commit

Permalink
delete examples & cleanup standalone
Browse files Browse the repository at this point in the history
  • Loading branch information
lewiszlw committed Jan 2, 2024
1 parent 3465972 commit ac941d9
Show file tree
Hide file tree
Showing 12 changed files with 1 addition and 520 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,6 @@ jobs:
cd ballista
# snmalloc requires cmake so build without default features
cargo test --no-default-features --features sled
# Ensure also compiles in standalone mode
cargo test --no-default-features --features standalone
env:
CARGO_HOME: "/github/home/.cargo"
CARGO_TARGET_DIR: "/github/home/target"
Expand Down
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ members = [
"ballista/executor",
"ballista/scheduler",
"benchmarks",
"examples"
]
resolver = "2"

Expand Down
2 changes: 1 addition & 1 deletion ballista-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ rust-version = "1.63"
readme = "README.md"

[dependencies]
ballista = { path = "../ballista/client", version = "0.11.0", features = ["standalone"] }
ballista = { path = "../ballista/client", version = "0.11.0" }
clap = { version = "3", features = ["derive", "cargo"] }
datafusion = { workspace = true }
datafusion-cli = { workspace = true }
Expand Down
3 changes: 0 additions & 3 deletions ballista/client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ rust-version = "1.63"

[dependencies]
ballista-core = { path = "../core", version = "0.11.0" }
ballista-executor = { path = "../executor", version = "0.11.0", optional = true }
ballista-scheduler = { path = "../scheduler", version = "0.11.0", optional = true }
datafusion = { workspace = true }
datafusion-proto = { workspace = true }
futures = "0.3"
Expand All @@ -46,4 +44,3 @@ default = []
hdfs = ["ballista-core/hdfs"]
hdfs3 = ["ballista-core/hdfs3"]
s3 = ["ballista-core/s3"]
standalone = ["ballista-executor", "ballista-scheduler"]
44 changes: 0 additions & 44 deletions examples/Cargo.toml

This file was deleted.

166 changes: 0 additions & 166 deletions examples/README.md

This file was deleted.

43 changes: 0 additions & 43 deletions examples/src/bin/dataframe.rs

This file was deleted.

52 changes: 0 additions & 52 deletions examples/src/bin/sql.rs

This file was deleted.

18 changes: 0 additions & 18 deletions examples/src/lib.rs

This file was deleted.

Loading

0 comments on commit ac941d9

Please sign in to comment.