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

Xiao Li resolved SPARK-24805.
-----------------------------
       Resolution: Fixed
         Assignee: Maxim Gekk
    Fix Version/s: 2.4.0

> 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
>            Assignee: Maxim Gekk
>            Priority: Major
>             Fix For: 2.4.0
>
>
> 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to