[GitHub] spark pull request #17973: [SPARK-20731][SQL] Add ability to change or omit ...

2017-05-15 Thread mikkokupsu
Github user mikkokupsu commented on a diff in the pull request: https://github.com/apache/spark/pull/17973#discussion_r116548858 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/csv/CSVSuite.scala --- @@ -622,6 +622,31 @@ class CSVSuite extends

[GitHub] spark pull request #17973: [SPARK-20731][SQL] Add ability to change or omit ...

2017-05-14 Thread mikkokupsu
Github user mikkokupsu commented on a diff in the pull request: https://github.com/apache/spark/pull/17973#discussion_r116388332 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/csv/CSVSuite.scala --- @@ -622,6 +622,31 @@ class CSVSuite extends

[GitHub] spark pull request #17973: [SPARK-20731][SQL] Add ability to change or omit ...

2017-05-13 Thread mikkokupsu
Github user mikkokupsu commented on a diff in the pull request: https://github.com/apache/spark/pull/17973#discussion_r116359395 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/csv/CSVSuite.scala --- @@ -622,6 +622,31 @@ class CSVSuite extends

[GitHub] spark pull request #17973: [SPARK-20731][SQL] Add ability to change or omit ...

2017-05-13 Thread mikkokupsu
Github user mikkokupsu commented on a diff in the pull request: https://github.com/apache/spark/pull/17973#discussion_r116354610 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/csv/CSVSuite.scala --- @@ -622,6 +622,31 @@ class CSVSuite extends

[GitHub] spark pull request #17973: [SPARK-20731][SQL] Add ability to change or omit ...

2017-05-13 Thread mikkokupsu
Github user mikkokupsu commented on a diff in the pull request: https://github.com/apache/spark/pull/17973#discussion_r116353919 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/csv/CSVSuite.scala --- @@ -622,6 +622,31 @@ class CSVSuite extends

[GitHub] spark pull request #17973: SPARK-20731][SQL] Add ability to change or omit ....

2017-05-12 Thread mikkokupsu
GitHub user mikkokupsu opened a pull request: https://github.com/apache/spark/pull/17973 SPARK-20731][SQL] Add ability to change or omit .csv file extension in CSV Data Source ## What changes were proposed in this pull request? Add new option to CSV Data Source to make