You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "DB Tsai (Jira)" <ji...@apache.org> on 2020/03/06 21:11:00 UTC

[jira] [Resolved] (SPARK-31064) New Parquet Predicate Filter APIs with multi-part Identifier Support

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

DB Tsai resolved SPARK-31064.
-----------------------------
    Fix Version/s: 3.0.0
       Resolution: Fixed

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

> New Parquet Predicate Filter APIs with multi-part Identifier Support
> --------------------------------------------------------------------
>
>                 Key: SPARK-31064
>                 URL: https://issues.apache.org/jira/browse/SPARK-31064
>             Project: Spark
>          Issue Type: New Feature
>          Components: SQL
>    Affects Versions: 2.4.5
>            Reporter: DB Tsai
>            Priority: Major
>             Fix For: 3.0.0
>
>
> Parquet's *org.apache.parquet.filter2.predicate.FilterApi* uses *dots* as separators to split the column name into multi-parts of nested fields. The drawback is this causes issues when the field name contains *dot*.
> The new APIs that will be added will take array of string directly for multi-parts of nested fields, so no confusion as using *dot* as a separator.
> It's intended to move this code back to parquet community. See [PARQUET-1809]



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

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