viirya commented on a change in pull request #30395:
URL: https://github.com/apache/spark/pull/30395#discussion_r533723459
##########
File path:
sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/analysis/UnsupportedOperationsSuite.scala
##########
@@ -409,13 +409,15 @@ class UnsupportedOperationsSuite extends SparkFunSuite
with SQLHelper {
streamStreamSupported = false,
expectedMsg = "is not supported in Update output mode")
- // Full outer joins: only batch-batch is allowed
+ // Full outer joins: stream-batch/batch-stream join are not allowed,
+ // and stream-stream join is allowed 'conditionally' - see below check
testBinaryOperationInStreamingPlan(
- "full outer join",
+ "FullOuter join",
_.join(_, joinType = FullOuter),
streamStreamSupported = false,
Review comment:
Ok.
----------------------------------------------------------------
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]