wangyum commented on PR #40462:
URL: https://github.com/apache/spark/pull/40462#issuecomment-1484592416

   Could we push the `LocalLimit` through `RebalancePartitions`?
   ```
   == Optimized Logical Plan ==
   GlobalLimit 5
   +- LocalLimit 5
      +- RebalancePartitions
         +- LocalLimit 5
            +- Filter (isnotnull(id#0L) AND (id#0L > 1))
               +- Relation spark_catalog.default.tbl[id#0L] parquet
   ```


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