You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by cloud-fan <gi...@git.apache.org> on 2018/01/15 15:10:32 UTC

[GitHub] spark pull request #20266: [SPARK-23072][SQL][TEST] Add a Unicode schema tes...

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: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org