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

ASF GitHub Bot updated SPARK-49839:
-----------------------------------
    Labels: pull-request-available  (was: )

> SPJ: Skip shuffles if possible for sorts
> ----------------------------------------
>
>                 Key: SPARK-49839
>                 URL: https://issues.apache.org/jira/browse/SPARK-49839
>             Project: Spark
>          Issue Type: New Feature
>          Components: SQL
>    Affects Versions: 4.0.0
>            Reporter: Szehon Ho
>            Priority: Major
>              Labels: pull-request-available
>
> It may be possible to use the same logic as SPJ (for joins), to skip shuffles 
> for ORDER BY or other sort operations, if we are sorting on partition columns.
> Today all data is shuffled even if we have all the partition values and can 
> return them in sorted order.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to