cloud-fan commented on code in PR #49678: URL: https://github.com/apache/spark/pull/49678#discussion_r2020193920
########## sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/SQLQuerySuite.scala: ########## @@ -2704,7 +2704,7 @@ class SQLQuerySuite extends SQLQuerySuiteBase with DisableAdaptiveExecutionSuite checkAnswer(sql(s"SELECT id FROM $targetTable"), Row(1) :: Row(2) :: Row(3) :: Nil) spark.sparkContext.listenerBus.waitUntilEmpty() - assert(commands.size == 3) + assert(commands.size == 4) Review Comment: Try to fix it at https://github.com/apache/spark/pull/50457 -- 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-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org