tdas commented on a change in pull request #33336:
URL: https://github.com/apache/spark/pull/33336#discussion_r670674713



##########
File path: 
sql/core/src/test/scala/org/apache/spark/sql/streaming/FlatMapGroupsWithStateSuite.scala
##########
@@ -1284,6 +1284,9 @@ class FlatMapGroupsWithStateSuite extends 
StateStoreMetricsTest {
       assertCanGetProcessingTime { state.getCurrentProcessingTimeMs() >= 0 }
       assertCannotGetWatermark { state.getCurrentWatermarkMs() }
       assert(!state.hasTimedOut)
+      if(key.contains("Timeout")) {

Review comment:
       nit: space after if 




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