[GitHub] spark pull request #13442: [SPARK-15654][SQL] Check if all the input files a...

2016-06-10 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/13442 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is ena

[GitHub] spark pull request #13442: [SPARK-15654][SQL] Check if all the input files a...

2016-06-06 Thread davies
Github user davies commented on a diff in the pull request: https://github.com/apache/spark/pull/13442#discussion_r65937515 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/FileSourceStrategy.scala --- @@ -143,8 +143,18 @@ private[sql] object FileSource

[GitHub] spark pull request #13442: [SPARK-15654][SQL] Check if all the input files a...

2016-06-06 Thread davies
Github user davies commented on a diff in the pull request: https://github.com/apache/spark/pull/13442#discussion_r65936126 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/fileSourceInterfaces.scala --- @@ -215,6 +216,13 @@ trait FileFormat { }

[GitHub] spark pull request #13442: [SPARK-15654][SQL] Check if all the input files a...

2016-06-06 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/13442#discussion_r65931091 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/text/TextFileFormat.scala --- @@ -84,6 +85,21 @@ class TextFileFormat extends File

[GitHub] spark pull request #13442: [SPARK-15654][SQL] Check if all the input files a...

2016-06-06 Thread clockfly
Github user clockfly commented on a diff in the pull request: https://github.com/apache/spark/pull/13442#discussion_r65929214 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/text/TextFileFormat.scala --- @@ -84,6 +85,21 @@ class TextFileFormat extends

[GitHub] spark pull request #13442: [SPARK-15654][SQL] Check if all the input files a...

2016-06-06 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/13442#discussion_r65845748 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/text/TextFileFormat.scala --- @@ -84,6 +85,21 @@ class TextFileFormat extends File

[GitHub] spark pull request #13442: [SPARK-15654][SQL] Check if all the input files a...

2016-06-01 Thread maropu
GitHub user maropu opened a pull request: https://github.com/apache/spark/pull/13442 [SPARK-15654][SQL] Check if all the input files are splittable in FileSourceStrategy ## What changes were proposed in this pull request? This pr is to check if all the input files are splittable