Skip to content

Commit b2f326a

Browse files
committed
Prepare and Execute variants were removed from LogicalPlan
1 parent 635f163 commit b2f326a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/sql/logical.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,10 @@ impl PyLogicalPlan {
8585
| LogicalPlan::Union(_)
8686
| LogicalPlan::Statement(_)
8787
| LogicalPlan::Values(_)
88-
| LogicalPlan::Prepare(_)
8988
| LogicalPlan::Dml(_)
9089
| LogicalPlan::Ddl(_)
9190
| LogicalPlan::Copy(_)
9291
| LogicalPlan::DescribeTable(_)
93-
| LogicalPlan::Execute(_)
9492
| LogicalPlan::RecursiveQuery(_) => Err(py_unsupported_variant_err(format!(
9593
"Conversion of variant not implemented: {:?}",
9694
self.plan

0 commit comments

Comments
 (0)