Skip to content

Commit b79eac8

Browse files
committed
chore(cube): Fix some unused import warnings in propagate_empty_relation
1 parent a070d6d commit b79eac8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

datafusion/optimizer/src/propagate_empty_relation.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -279,10 +279,7 @@ fn empty_child(plan: &LogicalPlan) -> Result<Option<LogicalPlan>> {
279279
mod tests {
280280
use std::sync::Arc;
281281

282-
use arrow::datatypes::{DataType, Field, Schema};
283-
284282
use datafusion_common::{Column, DFSchema, JoinType};
285-
use datafusion_expr::logical_plan::table_scan;
286283
use datafusion_expr::{
287284
binary_expr, col, lit, logical_plan::builder::LogicalPlanBuilder, Operator,
288285
};

0 commit comments

Comments
 (0)