We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ebba4d commit 802292fCopy full SHA for 802292f
1 file changed
datafusion-federation/src/analyzer/mod.rs
@@ -11,9 +11,7 @@ use datafusion::{
11
config::ConfigOptions,
12
datasource::source_as_provider,
13
error::Result,
14
- logical_expr::{
15
- Distinct, Expr, Extension, LogicalPlan, Projection, Sort, TableScan, TableSource,
16
- },
+ logical_expr::{Expr, Extension, LogicalPlan, Projection, Sort, TableScan, TableSource},
17
optimizer::analyzer::AnalyzerRule,
18
sql::TableReference,
19
};
0 commit comments