[GitHub] spark pull request #19477: [SPARK-22258][SQL] Writing empty dataset fails wi...

2017-10-11 Thread dongjoon-hyun
Github user dongjoon-hyun commented on a diff in the pull request: https://github.com/apache/spark/pull/19477#discussion_r144188789 --- Diff: sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/SQLQuerySuite.scala --- @@ -2050,4 +2050,12 @@ class SQLQuerySuite extends

[GitHub] spark pull request #19477: [SPARK-22258][SQL] Writing empty dataset fails wi...

2017-10-11 Thread dongjoon-hyun
Github user dongjoon-hyun closed the pull request at: https://github.com/apache/spark/pull/19477 --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail:

[GitHub] spark pull request #19477: [SPARK-22258][SQL] Writing empty dataset fails wi...

2017-10-11 Thread viirya
Github user viirya commented on a diff in the pull request: https://github.com/apache/spark/pull/19477#discussion_r144186840 --- Diff: sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/SQLQuerySuite.scala --- @@ -2050,4 +2050,12 @@ class SQLQuerySuite extends QueryTest

[GitHub] spark pull request #19477: [SPARK-22258][SQL] Writing empty dataset fails wi...

2017-10-11 Thread dongjoon-hyun
GitHub user dongjoon-hyun opened a pull request: https://github.com/apache/spark/pull/19477 [SPARK-22258][SQL] Writing empty dataset fails with ORC format ## What changes were proposed in this pull request? Since