Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
andyfengHKU committed Feb 24, 2023
1 parent 5e7b4b0 commit 93abb95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/optimizer/remove_factorization_rewriter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ std::shared_ptr<planner::LogicalOperator> RemoveFactorizationRewriter::rewriteOp
if (op->getOperatorType() == planner::LogicalOperatorType::FLATTEN) {
return op->getChild(0);
}
op->getSchema()->clear();
return op;
}

Expand Down

0 comments on commit 93abb95

Please sign in to comment.