Github user gengliangwang commented on a diff in the pull request:

    https://github.com/apache/spark/pull/22320#discussion_r214735437
  
    --- Diff: 
sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/HiveDDLSuite.scala 
---
    @@ -754,6 +754,47 @@ class HiveDDLSuite
         }
       }
     
    +  test("Insert overwrite Hive table should output correct schema") {
    +    withTable("tbl", "tbl2") {
    +      withView("view1") {
    +        spark.sql("CREATE TABLE tbl(id long)")
    --- End diff --
    
    I am not familiar with Hive. But as I look at the debug message of this 
logical plan, the top level is `InsertIntoHiveTable `default`.`tbl2`, 
org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe, true, false, [ID]`. It 
should not be related to this configuration, right?


---

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

Reply via email to