[GitHub] spark pull request #16995: [SPARK-19340][SQL] CSV file will result in an exc...

2017-06-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/16995 --- 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

[GitHub] spark pull request #16995: [SPARK-19340][SQL] CSV file will result in an exc...

2017-02-20 Thread HyukjinKwon
Github user HyukjinKwon commented on a diff in the pull request: https://github.com/apache/spark/pull/16995#discussion_r102133102 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/DataSource.scala --- @@ -374,34 +374,42 @@ case class DataSource(

[GitHub] spark pull request #16995: [SPARK-19340][SQL] CSV file will result in an exc...

2017-02-20 Thread lxsmnv
Github user lxsmnv commented on a diff in the pull request: https://github.com/apache/spark/pull/16995#discussion_r102012068 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/DataSource.scala --- @@ -404,6 +386,35 @@ case class DataSource( }

[GitHub] spark pull request #16995: [SPARK-19340][SQL] CSV file will result in an exc...

2017-02-19 Thread viirya
Github user viirya commented on a diff in the pull request: https://github.com/apache/spark/pull/16995#discussion_r101961405 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/DataSource.scala --- @@ -404,6 +386,35 @@ case class DataSource( }

[GitHub] spark pull request #16995: [SPARK-19340][SQL] CSV file will result in an exc...

2017-02-19 Thread lxsmnv
GitHub user lxsmnv opened a pull request: https://github.com/apache/spark/pull/16995 [SPARK-19340][SQL] CSV file will result in an exception if the filename contains special characters ## What changes were proposed in this pull request? The root cause of the problem is that