Skip to content

Commit 3199f29

Browse files
authored
Merge a11f0d5 into 32415d9
2 parents 32415d9 + a11f0d5 commit 3199f29

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ydb/library/yql/core/peephole_opt/yql_opt_peephole_physical.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8032,9 +8032,6 @@ TExprNode::TPtr OptimizeCoalesce(const TExprNode::TPtr& node, TExprContext& ctx)
80328032
} else if (input.IsCallable("Nothing")) {
80338033
YQL_CLOG(DEBUG, CorePeepHole) << "Drop " << node->Content() << " over " << input.Content();
80348034
return node->TailPtr();
8035-
} else if (input.IsCallable("Just")) {
8036-
YQL_CLOG(DEBUG, CorePeepHole) << "Drop " << node->Content() << " over " << input.Content();
8037-
return node->HeadPtr();
80388035
}
80398036
return node;
80408037
}

0 commit comments

Comments
 (0)