You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Wenchen Fan (Jira)" <ji...@apache.org> on 2023/01/31 02:18:00 UTC

[jira] [Resolved] (SPARK-42163) Schema pruning fails on non-foldable array index or map key

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

Wenchen Fan resolved SPARK-42163.
---------------------------------
    Fix Version/s: 3.4.0
       Resolution: Fixed

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

> Schema pruning fails on non-foldable array index or map key
> -----------------------------------------------------------
>
>                 Key: SPARK-42163
>                 URL: https://issues.apache.org/jira/browse/SPARK-42163
>             Project: Spark
>          Issue Type: Bug
>          Components: Optimizer
>    Affects Versions: 3.2.3
>            Reporter: David Cashman
>            Priority: Major
>             Fix For: 3.4.0
>
>
> Schema pruning tries to extract selected fields from struct extractors. It looks through GetArrayItem/GetMapItem, but when doing so, it ignores the index/key, which may itself be a struct field. If it is a struct field that is not otherwise selected, and some other field of the same attribute is selected, then pruning will drop the field, resulting in an optimizer error.



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

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