From bd9655063bdba8836b4ec96ed115e5653e246b65 Mon Sep 17 00:00:00 2001 From: Jagadeesan Date: Mon, 22 Aug 2016 09:30:31 +0100 Subject: [PATCH] [SPARK-17085][STREAMING][DOCUMENTATION AND ACTUAL CODE DIFFERS - UNSUPPORTED OPERATIONS] Changes in Spark Stuctured Streaming doc in this link https://spark.apache.org/docs/2.0.0/structured-streaming-programming-guide.html#unsupported-operations Author: Jagadeesan Closes #14715 from jagadeesanas2/SPARK-17085. --- docs/structured-streaming-programming-guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/structured-streaming-programming-guide.md b/docs/structured-streaming-programming-guide.md index e2c881bf4a..226ff740a5 100644 --- a/docs/structured-streaming-programming-guide.md +++ b/docs/structured-streaming-programming-guide.md @@ -726,9 +726,9 @@ However, note that all of the operations applicable on static DataFrames/Dataset + Full outer join with a streaming Dataset is not supported - + Left outer join with a streaming Dataset on the left is not supported + + Left outer join with a streaming Dataset on the right is not supported - + Right outer join with a streaming Dataset on the right is not supported + + Right outer join with a streaming Dataset on the left is not supported - Any kind of joins between two streaming Datasets are not yet supported.