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

    https://github.com/apache/spark/pull/22320#discussion_r214761843
  
    --- Diff: 
sql/hive/src/main/scala/org/apache/spark/sql/hive/execution/InsertIntoHiveTable.scala
 ---
    @@ -69,7 +69,7 @@ case class InsertIntoHiveTable(
         query: LogicalPlan,
         overwrite: Boolean,
         ifPartitionNotExists: Boolean,
    -    outputColumns: Seq[Attribute]) extends SaveAsHiveFile {
    +    outputColumnNames: Seq[String]) extends SaveAsHiveFile {
    --- End diff --
    
    thanks!


---

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

Reply via email to