Skip to content

Commit

Permalink
Update src/substrait/textplan/converter/PlanPrinterVisitor.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Weston Pace <weston.pace@gmail.com>
  • Loading branch information
EpsilonPrime and westonpace committed Jun 20, 2023
1 parent 8b938f1 commit 7e3a7e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/substrait/textplan/converter/PlanPrinterVisitor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,6 @@ std::any PlanPrinterVisitor::visitIfThen(
text << ", ";
}
text << ANY_CAST(std::string, visitExpression(ifthen.else_()));
hasPreviousText = true;
}

text << ")";
Expand Down

0 comments on commit 7e3a7e6

Please sign in to comment.