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

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

David Cashman created SPARK-42163:
-------------------------------------

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


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