MaxGekk commented on a change in pull request #32953:
URL: https://github.com/apache/spark/pull/32953#discussion_r653885459
##########
File path:
sql/core/src/test/scala/org/apache/spark/sql/streaming/StreamingJoinSuite.scala
##########
@@ -777,6 +781,35 @@ class StreamingOuterJoinSuite extends StreamingJoinSuite {
CheckNewAnswer(outerResult),
assertNumStateRows(total = 2, updated = 1)
)
+
+ Seq(
+ ("10 minutes",
+ "interval 3 minutes 30 seconds"),
+ ("10 minutes",
Review comment:
We should support watermarks as ANSI intervals in the future. @sarutak
Could you open an JIRA for that, so, we won't forget to implement it.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]