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

L. C. Hsieh updated SPARK-34963:
--------------------------------
    Issue Type: Bug  (was: Improvement)

> Nested column pruning fails to extract case-insensitive struct field from 
> array
> -------------------------------------------------------------------------------
>
>                 Key: SPARK-34963
>                 URL: https://issues.apache.org/jira/browse/SPARK-34963
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>    Affects Versions: 2.4.7, 3.0.2, 3.2.0, 3.1.1
>            Reporter: L. C. Hsieh
>            Assignee: L. C. Hsieh
>            Priority: Major
>             Fix For: 3.2.0, 3.1.2, 3.0.3
>
>
> Under case-insensitive mode, nested column pruning rule cannot correctly push 
> down extractor of a struct field of an array of struct, e.g.,
> {code}
> val query = spark.table("contacts").select("friends.First", "friends.MiDDle")
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

Reply via email to