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/07/14 11:02:00 UTC

[jira] [Assigned] (SPARK-24805) Don't ignore files without .avro extension by default

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

Apache Spark reassigned SPARK-24805:
------------------------------------

    Assignee:     (was: Apache Spark)

> Don't ignore files without .avro extension by default
> -----------------------------------------------------
>
>                 Key: SPARK-24805
>                 URL: https://issues.apache.org/jira/browse/SPARK-24805
>             Project: Spark
>          Issue Type: Sub-task
>          Components: SQL
>    Affects Versions: 2.3.1
>            Reporter: Maxim Gekk
>            Priority: Major
>
> Currently to read files without .avro extension, users have to set the flag *avro.mapred.ignore.inputs.without.extension* to *false* (by default it is *true*). The ticket aims to change the default value to *false*. The reasons to do that are:
> - Other systems can create avro files without extensions. When users try to read such files, they get just partitial results silently. The behaviour may confuse users.
> - Current behavior is different behavior from another supported datasource CSV and JSON. 



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