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

Dongjoon Hyun updated SPARK-53310:
----------------------------------
    Affects Version/s: 4.1.0
                           (was: 4.0.0)

> Fix resolveExprsAndAddMissingAttrs missing attributes logic
> -----------------------------------------------------------
>
>                 Key: SPARK-53310
>                 URL: https://issues.apache.org/jira/browse/SPARK-53310
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>    Affects Versions: 4.1.0
>            Reporter: Mihailo Aleksic
>            Priority: Major
>
> In this query
> SELECT a, (SELECT b FROM VALUES (1, 2) AS innerTestData (all, b) ORDER BY 
> ALL) FROM testData;
> sorting condition ALL should be pushed down. Instead of pushing down 
> attribute with name ALL (which is actually missing) we push all, attribute 
> from the hidden output (which is incorrect). In this issue I propose that we 
> fix that.



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