Skip to content
Snippets Groups Projects
Commit bd965506 authored by Jagadeesan's avatar Jagadeesan Committed by Sean Owen
Browse files

[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 <as2@us.ibm.com>

Closes #14715 from jagadeesanas2/SPARK-17085.
parent 8d35a6f6
No related branches found
No related tags found
No related merge requests found
...@@ -726,9 +726,9 @@ However, note that all of the operations applicable on static DataFrames/Dataset ...@@ -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 + 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. - Any kind of joins between two streaming Datasets are not yet supported.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment