You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2022/09/21 03:49:30 UTC

[GitHub] [spark] panbingkun commented on a diff in pull request #37941: [SPARK-40501][SQL] Enhance 'SpecialLimits' to support project(..., limit(...))

panbingkun commented on code in PR #37941:
URL: https://github.com/apache/spark/pull/37941#discussion_r976007571


##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/Optimizer.scala:
##########
@@ -830,6 +831,21 @@ object PushProjectionThroughUnion extends Rule[LogicalPlan] {
   }
 }
 
+/**
+ * Pushes Project operator to Limit operator.
+ */
+object PushProjectionThroughLimit extends Rule[LogicalPlan] {

Review Comment:
   I have solved the above scenario by adding a new match case in SpecialLimits.



-- 
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: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org