Skip to content
This repository was archived by the owner on Sep 27, 2019. It is now read-only.

Commit 9ca0041

Browse files
committed
Revert "fix a bug that the ApplyRule with JOIN_COMMUTE task never gets executed even if we actually push it to the stack."
This reverts commit 078c060.
1 parent 078c060 commit 9ca0041

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/optimizer/group_expression.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ bool GroupExpression::operator==(const GroupExpression &r) {
9595
}
9696

9797
void GroupExpression::SetRuleExplored(Rule *rule) {
98-
rule_mask_.set(rule->GetRuleIdx());
98+
rule_mask_.set(rule->GetRuleIdx()) = true;
9999
}
100100

101101
bool GroupExpression::HasRuleExplored(Rule *rule) {

0 commit comments

Comments
 (0)