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

    https://github.com/apache/spark/pull/19124#discussion_r137122638
  
    --- Diff: 
sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveStrategies.scala ---
    @@ -145,15 +146,27 @@ class DetermineTableStats(session: SparkSession) 
extends Rule[LogicalPlan] {
      * `PreprocessTableInsertion`.
      */
     object HiveAnalysis extends Rule[LogicalPlan] {
    +  private def checkFieldNames(table: CatalogTable): Unit = {
    --- End diff --
    
    Hmm. Yep. I'll try~


---

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

Reply via email to