You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by dongjoon-hyun <gi...@git.apache.org> on 2018/02/11 16:38:22 UTC

[GitHub] spark pull request #20406: [SPARK-23230][SQL]Error by creating a data table ...

Github user dongjoon-hyun commented on a diff in the pull request:

    https://github.com/apache/spark/pull/20406#discussion_r167440884
  
    --- Diff: sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/HiveSerDeSuite.scala ---
    @@ -100,6 +100,25 @@ class HiveSerDeSuite extends HiveComparisonTest with PlanTest with BeforeAndAfte
           assert(output == Some("org.apache.hadoop.hive.ql.io.parquet.MapredParquetOutputFormat"))
           assert(serde == Some("org.apache.hadoop.hive.ql.io.parquet.serde.ParquetHiveSerDe"))
         }
    +
    +    withSQLConf("hive.default.fileformat" -> "orc") {
    --- End diff --
    
    Please test with all possible values which are supported by Spark.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org