tdas commented on a change in pull request #26108: [SPARK-26154][SS] Streaming
left/right outer join should not return outer nulls for already matched rows
URL: https://github.com/apache/spark/pull/26108#discussion_r405291301
##########
File path:
sql/core/src/test/scala/org/apache/spark/sql/streaming/StreamingJoinSuite.scala
##########
@@ -418,6 +420,63 @@ class StreamingInnerJoinSuite extends StreamTest with
StateStoreMetricsTest with
AddData(input2, 1.to(1000): _*),
CheckAnswer(1.to(1000): _*))
}
+
+ test("SPARK-26187 restore the stream-stream inner join query from Spark
2.4") {
Review comment:
Thank you for the clarification.
----------------------------------------------------------------
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]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]