[GitHub] spark pull request #22528: [SPARK-25513][SQL] Read zipped CSV and JSON

2018-09-29 Thread MaxGekk
Github user MaxGekk closed the pull request at: https://github.com/apache/spark/pull/22528 --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org

[GitHub] spark pull request #22528: [SPARK-25513][SQL] Read zipped CSV and JSON

2018-09-25 Thread HyukjinKwon
Github user HyukjinKwon commented on a diff in the pull request: https://github.com/apache/spark/pull/22528#discussion_r220406916 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/CodecStreams.scala --- @@ -41,7 +42,12 @@ object CodecStreams {

[GitHub] spark pull request #22528: [SPARK-25513][SQL] Read zipped CSV and JSON

2018-09-23 Thread MaxGekk
Github user MaxGekk commented on a diff in the pull request: https://github.com/apache/spark/pull/22528#discussion_r219691537 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/CodecStreams.scala --- @@ -41,7 +42,12 @@ object CodecStreams {

[GitHub] spark pull request #22528: [SPARK-25513][SQL] Read zipped CSV and JSON

2018-09-22 Thread HyukjinKwon
Github user HyukjinKwon commented on a diff in the pull request: https://github.com/apache/spark/pull/22528#discussion_r219686326 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/CodecStreams.scala --- @@ -41,7 +42,12 @@ object CodecStreams {

[GitHub] spark pull request #22528: [SPARK-25513][SQL] Read zipped CSV and JSON

2018-09-22 Thread MaxGekk
GitHub user MaxGekk opened a pull request: https://github.com/apache/spark/pull/22528 [SPARK-25513][SQL] Read zipped CSV and JSON ## What changes were proposed in this pull request? In the PR, I propose to support reading of zip archives containing **one** CSV or JSON file