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: [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]