amaliujia commented on code in PR #36983:
URL: https://github.com/apache/spark/pull/36983#discussion_r910572886
##########
sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/command/AlterTableAddPartitionSuite.scala:
##########
@@ -36,11 +36,11 @@ class AlterTableAddPartitionSuite
sql(s"INSERT INTO $t PARTITION (part=0) SELECT 0")
assert(!statsOn || getTableSize(t) > 0)
- checkHiveClientCalls(expected = 17) {
+ checkHiveClientCalls(expected = 23) {
Review Comment:
We need such change because we now call `executePlan` in
`catalog.refreshTable`. This is similar to other changes.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]