zecookiez commented on code in PR #50572: URL: https://github.com/apache/spark/pull/50572#discussion_r2052775692
########## sql/core/src/test/scala/org/apache/spark/sql/streaming/StreamingJoinSuite.scala: ########## @@ -1581,7 +1844,8 @@ class StreamingOuterJoinSuite extends StreamingJoinSuite { } } - test("SPARK-49829 left-outer join, input being unmatched is between WM for late event and " + + testWithoutVirtualColumnFamilyJoins( Review Comment: Good idea, will add comments for these ones. For context, the ones marked with `testWithoutVirtualColumnFamilyJoins` at the moment all fail because they require `inferSchema` from StateDataSource. -- 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: reviews-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org