Baymine commented on code in PR #66181:
URL: https://github.com/apache/doris/pull/66181#discussion_r3812818599
##########
fe/fe-core/src/main/java/org/apache/doris/nereids/jobs/executor/Rewriter.java:
##########
@@ -517,7 +518,8 @@ public class Rewriter extends AbstractBatchJobExecutor {
new EliminateJoinCondition(),
new EliminateAssertNumRows(),
new EliminateSemiJoin(),
- new SimplifyEncodeDecode()
+ new SimplifyEncodeDecode(),
+ new RewriteElementAtSplitToSplitPart()
Review Comment:
For the volatile expressions like rand(), non-deterministic UDFs, and unique
functions, the optimizer might not arbitrarily change their evaluation count or
location.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]