Skip to content

Commit 3c38f71

Browse files
Remove http
1 parent 2816b5d commit 3c38f71

3 files changed

Lines changed: 3 additions & 83 deletions

File tree

Cargo.lock

Lines changed: 3 additions & 75 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ version = "0.2.2"
1717
arrow-flight = { version = "54.1.0", features = [
1818
"flight-sql-experimental",
1919
], optional = true }
20-
axum = { version = "0.8.1", optional = true }
2120
clap = { version = "4.5.27", features = ["derive"] }
2221
color-eyre = "0.6.3"
2322
crossterm = { version = "0.28.1", features = ["event-stream"] }
@@ -75,7 +74,6 @@ flightsql = [
7574
]
7675
functions-json = ["datafusion-app/functions-json"]
7776
functions-parquet = ["datafusion-app/functions-parquet"]
78-
http = ["axum"]
7977
hudi = ["datafusion-app/hudi"]
8078
huggingface = ["datafusion-app/huggingface"]
8179
iceberg = ["datafusion-app/iceberg"]

src/args.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -120,12 +120,6 @@ impl DftArgs {
120120

121121
#[derive(Clone, Debug, Subcommand)]
122122
pub enum Command {
123-
/// Start a HTTP server
124-
ServeHttp {
125-
#[clap(short, long)]
126-
config: Option<String>,
127-
},
128-
129123
/// Start a FlightSQL server
130124
ServeFlightSql {
131125
#[clap(short, long)]

0 commit comments

Comments
 (0)