Skip to content

Commit 866423b

Browse files
committed
removed commented code
1 parent 68ba5ad commit 866423b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

native/core/src/execution/planner.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -764,7 +764,6 @@ impl PhysicalPlanner {
764764
)?;
765765

766766
Ok(Arc::new(case_expr))
767-
// Ok(array_remove_expr)
768767
}
769768
expr => Err(ExecutionError::GeneralError(format!(
770769
"Not implemented: {:?}",

0 commit comments

Comments
 (0)