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

2018-07-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/17973 --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org

[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 gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/17973#discussion_r116408851 --- 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 gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/17973#discussion_r116372498 --- 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 gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/17973#discussion_r116370085 --- 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 dongjoon-hyun
Github user dongjoon-hyun commented on a diff in the pull request: https://github.com/apache/spark/pull/17973#discussion_r116359183 --- 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 HyukjinKwon
Github user HyukjinKwon commented on a diff in the pull request: https://github.com/apache/spark/pull/17973#discussion_r116358020 --- 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 srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/17973#discussion_r116354253 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/csv/CSVSuite.scala --- @@ -622,6 +622,31 @@ class CSVSuite extends QueryTest

[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-13 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/17973#discussion_r116353035 --- 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 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