Github user cloud-fan commented on a diff in the pull request:
https://github.com/apache/spark/pull/20266#discussion_r161544031
--- Diff: sql/core/src/test/scala/org/apache/spark/sql/SQLQuerySuite.scala
---
@@ -2773,4 +2773,22 @@ class SQLQuerySuite extends QueryTest with
SharedSQLContext {
}
}
}
+
+ Seq("orc", "parquet", "csv", "json").foreach { format =>
+ test(s"Write and read back unicode schema - $format") {
--- End diff --
instead of keeping adding test cases in `SQLQuerySuite`, shall we create a
dedicate test suite for file based data source now?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]