[ 
https://issues.apache.org/jira/browse/SPARK-38006?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Wenchen Fan resolved SPARK-38006.
---------------------------------
    Fix Version/s: 3.3.0
       Resolution: Fixed

Issue resolved by pull request 35305
[https://github.com/apache/spark/pull/35305]

> Clean up duplicated planner logic for window operator
> -----------------------------------------------------
>
>                 Key: SPARK-38006
>                 URL: https://issues.apache.org/jira/browse/SPARK-38006
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>    Affects Versions: 3.3.0
>            Reporter: Cheng Su
>            Assignee: Apache Spark
>            Priority: Trivial
>             Fix For: 3.3.0
>
>
> Both `WindowExec.scala` and `WindowInPandasExec.scala` have some duplicated 
> logic regarded to query planning (`output`, 
> `requiredChildDistribution/Ordering`, `outputPartitioning/Ordering`). We can 
> move these logic into their common parent `WindowExecBase` to reduce 
> duplication.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to