Mihailo Timotic created SPARK-53734:
---------------------------------------

             Summary: Prefer table column over LCA in `UnresolvedExtractValue` 
extractor
                 Key: SPARK-53734
                 URL: https://issues.apache.org/jira/browse/SPARK-53734
             Project: Spark
          Issue Type: Bug
          Components: SQL
    Affects Versions: 4.1.0
            Reporter: Mihailo Timotic


Prefer table column over LCA in `UnresolvedExtractValue` extractor. For example:

`SELECT 1 AS col1, col2[col1] FROM VALUES(0, ARRAY(1,2))`

should return (1,1) and not (1,2)

 



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