Skip to content

Commit

Permalink
style-check fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SuzyWangIBMer committed May 1, 2024
1 parent b1ec08b commit 2e1a0da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Analyzer/Passes/UtilizeProjectionPass.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ class UtilizeProjectionVisitor : public InDepthQueryTreeVisitorWithContext<Utili
auto new_node = pkOptimization(projections, node, primary_keys);
query_node->getWhere() = std::move(new_node);
const auto ast = query_node->toAST();
std::cout << "Suzy debug" << serializeAST(*ast) << std::endl;
}

}
Expand Down

0 comments on commit 2e1a0da

Please sign in to comment.