dongjoon-hyun commented on a change in pull request #25345: [SPARK-28609][DOC] Fix broken styles/links and make up-to-date URL: https://github.com/apache/spark/pull/25345#discussion_r310340261
########## File path: docs/structured-streaming-programming-guide.md ########## @@ -1496,9 +1496,9 @@ Additional details on supported joins: - Joins can be cascaded, that is, you can do `df1.join(df2, ...).join(df3, ...).join(df4, ....)`. -- As of Spark 2.3, you can use joins only when the query is in Append output mode. Other output modes are not yet supported. +- As of Spark 2.4, you can use joins only when the query is in Append output mode. Other output modes are not yet supported. Review comment: For now, it's `2.4` because this patch will be backported to `branch-2.4`. We will update this later when we prepare 3.0.0. ---------------------------------------------------------------- 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]
