Skip to content

Commit

Permalink
Removed changes in CoalesceCanBePushed 2
Browse files Browse the repository at this point in the history
  • Loading branch information
GrigoriyPA committed Nov 8, 2024
1 parent 34dc497 commit aebfa7a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ydb/library/yql/providers/common/pushdown/collection.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,6 @@ bool CoalesceCanBePushed(const TCoCoalesce& coalesce, const TExprNode* lambdaArg
if (!coalesce.Value().Maybe<TCoBool>()) {
return false;
}

auto predicate = coalesce.Predicate();

if (auto maybeCompare = predicate.Maybe<TCoCompare>()) {
Expand Down

0 comments on commit aebfa7a

Please sign in to comment.