morrySnow commented on PR #62742:
URL: https://github.com/apache/doris/pull/62742#issuecomment-4620781772

   ## PR Description Review
   
   The PR description mentions several rewrite rules that are **not present in 
this diff**:
   
   - **PushDownFilterThroughRepeat** — not modified
   - **PushDownFilterThroughSort** — not modified  
   - **PushDownTopNThroughUnion** / **PushDownTopNDistinctThroughUnion** — not 
modified
   
   Please update the description to accurately reflect only the rules changed 
in this PR to avoid confusion about whether changes are missing or deferred to 
a later batch. The actual changes cover:
   
   - PushDownFilterThroughPartitionTopN ✅
   - PushDownFilterThroughWindow ✅
   - PushDownFilterThroughSetOperation ✅
   - PushDownJoinOtherCondition ✅
   - ProjectOtherJoinConditionForNestedLoopJoin ✅
   - AddProjectForVolatileExpression ✅
   - InferPredicates ✅
   - JoinUtils.isHashJoinCondition ✅


-- 
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]

Reply via email to