You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (JIRA)" <ji...@apache.org> on 2018/08/05 20:02:00 UTC

[jira] [Commented] (SPARK-23772) Provide an option to ignore column of all null values or empty map/array during JSON schema inference

    [ https://issues.apache.org/jira/browse/SPARK-23772?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16569566#comment-16569566 ] 

Apache Spark commented on SPARK-23772:
--------------------------------------

User 'MaxGekk' has created a pull request for this issue:
https://github.com/apache/spark/pull/22002

> Provide an option to ignore column of all null values or empty map/array during JSON schema inference
> -----------------------------------------------------------------------------------------------------
>
>                 Key: SPARK-23772
>                 URL: https://issues.apache.org/jira/browse/SPARK-23772
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>    Affects Versions: 2.3.0
>            Reporter: Xiangrui Meng
>            Assignee: Takeshi Yamamuro
>            Priority: Major
>             Fix For: 2.4.0
>
>
> It is common that we convert data from JSON source to structured format periodically. In the initial batch of JSON data, if a field's values are always null, Spark infers this field as StringType. However, in the second batch, one non-null value appears in this field and its type turns out to be not StringType. Then merge schema failed because schema inconsistency.
> This also applies to empty arrays and empty objects. My proposal is providing an option in Spark JSON source to omit those fields until we see a non-null value.
> This is similar to SPARK-12436 but the proposed solution is different.
> cc: [~rxin] [~smilegator]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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