We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a86485 commit 1b3616dCopy full SHA for 1b3616d
1 file changed
crates/datafusion-app/src/flightsql.rs
@@ -44,8 +44,10 @@ use tonic::{transport::Channel, IntoRequest};
44
45
use crate::{
46
config::FlightSQLConfig,
47
- flightsql_benchmarks::{BenchmarkMode, FlightSQLBenchmarkStats},
48
- ExecOptions, ExecResult,
+ flightsql_benchmarks::FlightSQLBenchmarkStats,
+ local_benchmarks::BenchmarkMode,
49
+ ExecOptions,
50
+ ExecResult,
51
};
52
53
pub type FlightSQLClient = Arc<Mutex<Option<FlightSqlServiceClient<Channel>>>>;
0 commit comments