Skip to content
This repository has been archived by the owner on Dec 1, 2022. It is now read-only.

[DNM] just for ci test #1296

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/optimizer/rule/CollapseProjectRule.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ StatusOr<OptRule::TransformResult> CollapseProjectRule::transform(
}

// 3. rewrite YieldColumns
auto matcher = [&rewriteMap](const Expression* e) -> bool {
auto matcher = [&rewriteMap](const Expression *e) -> bool {
if (e->kind() != Expression::Kind::kVarProperty &&
e->kind() != Expression::Kind::kInputProperty) {
return false;
Expand Down