aboutsummaryrefslogtreecommitdiff
path: root/docs/structured-streaming-programming-guide.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/structured-streaming-programming-guide.md')
-rw-r--r--docs/structured-streaming-programming-guide.md4
1 files 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.