You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2022/11/11 12:56:22 UTC

[GitHub] [spark] wangyum commented on a diff in pull request #38495: [SPARK-35531][SQL] Update hive table stats without unnecessary convert

wangyum commented on code in PR #38495:
URL: https://github.com/apache/spark/pull/38495#discussion_r1020196122


##########
sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/command/AlterTableDropPartitionSuite.scala:
##########
@@ -39,11 +39,11 @@ class AlterTableDropPartitionSuite
           checkHiveClientCalls(expected = if (statsOn) 26 else 18) {
             sql(s"ALTER TABLE $t DROP PARTITION (part=2)")
           }
-          checkHiveClientCalls(expected = if (statsOn) 31 else 18) {
+          checkHiveClientCalls(expected = if (statsOn) 32 else 18) {

Review Comment:
   Why stats changed after this pr?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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