Skip to content

Commit aa660ff

Browse files
committed
merge conflict
1 parent 23721b5 commit aa660ff

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/table.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,7 @@ use async_trait::async_trait;
2424
use datafusion::catalog::Session;
2525
use datafusion::common::Column;
2626
use datafusion::datasource::{TableProvider, TableType};
27-
<<<<<<< HEAD
2827
use datafusion::logical_expr::{Expr, LogicalPlanBuilder, TableProviderFilterPushDown};
29-
=======
30-
use datafusion::logical_expr::{Expr, LogicalPlanBuilder};
31-
>>>>>>> 3c9a96c (Intermediate work on temp views and parameterizing queries)
3228
use datafusion::physical_plan::ExecutionPlan;
3329
use datafusion::prelude::DataFrame;
3430
use pyo3::prelude::*;

0 commit comments

Comments
 (0)