Github user asfgit closed the pull request at:
https://github.com/apache/spark/pull/13531
---
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 user davies commented on a diff in the pull request:
https://github.com/apache/spark/pull/13531#discussion_r66539899
--- Diff:
sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/FileSourceStrategySuite.scala
---
@@ -340,6 +340,40 @@ class FileSourceStrategyS
Github user clockfly commented on a diff in the pull request:
https://github.com/apache/spark/pull/13531#discussion_r66538048
--- Diff:
sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/FileSourceStrategySuite.scala
---
@@ -340,6 +340,40 @@ class FileSourceStrateg
Github user clockfly commented on a diff in the pull request:
https://github.com/apache/spark/pull/13531#discussion_r66533473
--- Diff:
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/fileSourceInterfaces.scala
---
@@ -298,6 +309,28 @@ trait FileFormat {
}
Github user davies commented on a diff in the pull request:
https://github.com/apache/spark/pull/13531#discussion_r66478617
--- Diff:
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/fileSourceInterfaces.scala
---
@@ -298,6 +309,28 @@ trait FileFormat {
}
Github user maropu commented on a diff in the pull request:
https://github.com/apache/spark/pull/13531#discussion_r66451629
--- Diff:
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/fileSourceInterfaces.scala
---
@@ -298,6 +309,28 @@ trait FileFormat {
}
Github user davies commented on a diff in the pull request:
https://github.com/apache/spark/pull/13531#discussion_r66383788
--- Diff:
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/fileSourceInterfaces.scala
---
@@ -298,6 +309,28 @@ trait FileFormat {
}
Github user maropu commented on a diff in the pull request:
https://github.com/apache/spark/pull/13531#discussion_r66016111
--- Diff:
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/fileSourceInterfaces.scala
---
@@ -298,6 +309,28 @@ trait FileFormat {
}
GitHub user davies opened a pull request:
https://github.com/apache/spark/pull/13531
[SPARK-15654] [SQL] fix non-splitable files for text based file formats
## What changes were proposed in this pull request?
This PR is based on #13442 , fix the bug for non-splittable files