Github user dongjoon-hyun commented on a diff in the pull request:
https://github.com/apache/spark/pull/20525#discussion_r166778741
--- Diff:
sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/FileFormatWriterSuite.scala
---
@@ -32,6 +33,24 @@ class FileFormatWriterSuite extends QueryTest with
SharedSQLContext {
}
}
+ test("SPARK-23271 empty dataframe when saved in parquet should write a
metadata only file") {
--- End diff --
Thank you @dilipbiswal .
I checked with ORC, too. Your patch work for ORC two.
In this suite, can you extend the test case for ORC too?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]