Skip to content

Commit c7ccfa0

Browse files
Cleanup
1 parent baba4f1 commit c7ccfa0

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

src/args.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ pub struct DftArgs {
9595
#[clap(short = 'n', help = "Set the number of benchmark iterations to run")]
9696
pub benchmark_iterations: Option<usize>,
9797

98-
#[clap(long, help = "Host address to connect to")]
98+
#[clap(long, help = "Host address to query. Only used for FlightSQL")]
9999
pub host: Option<String>,
100100

101101
#[clap(

src/config.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
2020
use std::path::PathBuf;
2121

22+
#[cfg(any(feature = "flightsql", feature = "http"))]
2223
use std::net::{IpAddr, Ipv4Addr, SocketAddr};
2324

2425
use datafusion_app::config::ExecutionConfig;

0 commit comments

Comments
 (0)