-
- Downloads
[SPARK-15454][SQL] Filter out files starting with _
## What changes were proposed in this pull request? Many other systems (e.g. Impala) uses _xxx as staging, and Spark should not be reading those files. ## How was this patch tested? Added a unit test case. Author: Reynold Xin <rxin@databricks.com> Closes #13227 from rxin/SPARK-15454.
Showing
- sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/fileSourceInterfaces.scala 5 additions, 5 deletions...park/sql/execution/datasources/fileSourceInterfaces.scala
- sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/HadoopFsRelationSuite.scala 11 additions, 0 deletions...ark/sql/execution/datasources/HadoopFsRelationSuite.scala
Please register or sign in to comment