SparkQA commented on issue #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#issuecomment-548681456 **[Test build #113064 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/113064/testReport)** for PR 26108 at commit [`7213d42`](https://github.com/apache/spark/commit/7213d4266b7bfa2bd05225c68e2184a7abb24469). * This patch passes all tests. * This patch merges cleanly. * This patch adds the following public classes _(experimental)_: * ` /** Helper class for representing data (value, matched). */` * ` case class ValueAndMatchPair(value: UnsafeRow, matched: Boolean)`
---------------------------------------------------------------- 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]
