LuciferYang commented on code in PR #48913:
URL: https://github.com/apache/spark/pull/48913#discussion_r1862459541


##########
sql/core/src/test/scala/org/apache/spark/sql/streaming/TransformWithStateInitialStateSuite.scala:
##########
@@ -395,6 +395,10 @@ class TransformWithStateInitialStateSuite extends 
StateStoreMetricsTest
         AddData(inputData, InitInputRow("k2", "update", 40.0)),
         AddData(inputData, InitInputRow("non-exist", "getOption", -1.0)),
         CheckNewAnswer(("non-exist", "getOption", -1.0)),
+        Execute { q =>
+          assert(q.lastProgress

Review Comment:
   This assertion seems flaky:
   - https://github.com/apache/spark/actions/runs/12069501936/job/33656903689
   - https://github.com/apache/spark/actions/runs/12060929700/job/33632163805
   
   
![image](https://github.com/user-attachments/assets/9d9eef75-3594-4a5d-a772-2e363eddeef9)
   



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

Reply via email to