LuciferYang commented on code in PR #49678:
URL: https://github.com/apache/spark/pull/49678#discussion_r1997886682
##########
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:
@BOOTMGR After this change, this test has shown a tendency to become flaky.
I noticed its failure in the Maven daily test, but it seemed stable before (or
maybe I just didn't encounter the issue before). Could you investigate this
problem?
also cc @cloud-fan
- https://github.com/apache/spark/actions/runs/13883657836/job/38845459557
```
- SPARK-25271: Hive ctas commands should use data source if it is
convertible *** FAILED ***
List(org.apache.spark.sql.execution.SparkPlanInfo@cab1821f,
org.apache.spark.sql.execution.SparkPlanInfo@4cf80e6,
org.apache.spark.sql.execution.SparkPlanInfo@39acc973,
org.apache.spark.sql.execution.SparkPlanInfo@fcface5,
org.apache.spark.sql.execution.SparkPlanInfo@8316aebc) had size 5 instead of
expected size 4 (SQLQuerySuite.scala:2707)
```

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