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

    https://github.com/apache/spark/pull/22721#discussion_r238891454
  
    --- Diff: 
sql/core/src/main/scala/org/apache/spark/sql/execution/command/CommandUtils.scala
 ---
    @@ -45,6 +45,8 @@ object CommandUtils extends Logging {
           } else {
             catalog.alterTableStats(table.identifier, None)
           }
    +    } else {
    +      catalog.refreshTable(table.identifier)
    --- End diff --
    
    Sure. move to DDLs is better. 


---

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

Reply via email to