Github user cloud-fan commented on a diff in the pull request:

    https://github.com/apache/spark/pull/18334#discussion_r124445434
  
    --- Diff: 
sql/hive/src/test/scala/org/apache/spark/sql/hive/StatisticsSuite.scala ---
    @@ -448,6 +433,145 @@ class StatisticsSuite extends 
StatisticsCollectionTestBase with TestHiveSingleto
           "ALTER TABLE unset_prop_table UNSET TBLPROPERTIES ('prop1')")
       }
     
    +  /**
    +   * To see if stats exist, we need to check spark's stats properties 
instead of catalog
    +   * statistics, because hive would change stats in metastore and thus 
change catalog statistics.
    --- End diff --
    
    do you mean we will have table stats anyway as hive metastore stores it?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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

Reply via email to