Skip to content

Commit 559bcf2

Browse files
authored
feat: remove flight-sql (#1228)
1 parent 18933f9 commit 559bcf2

File tree

7 files changed

+1
-1138
lines changed

7 files changed

+1
-1138
lines changed

Cargo.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ballista/scheduler/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ required-features = ["build-binary"]
3737
[features]
3838
build-binary = ["configure_me", "clap", "tracing-subscriber", "tracing-appender", "tracing", "ballista-core/build-binary"]
3939
default = ["build-binary"]
40-
flight-sql = ["base64"]
4140
graphviz-support = ["dep:graphviz-rust"]
4241
keda-scaler = []
4342
prometheus-metrics = ["prometheus", "once_cell"]
@@ -48,7 +47,6 @@ arrow-flight = { workspace = true }
4847
async-trait = { workspace = true }
4948
axum = "0.7.7"
5049
ballista-core = { path = "../core", version = "46.0.0" }
51-
base64 = { version = "0.22", optional = true }
5250
clap = { workspace = true, optional = true }
5351
configure_me = { workspace = true, optional = true }
5452
dashmap = { workspace = true }

0 commit comments

Comments
 (0)