Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Incomplete
-
2.3.0, 2.3.1
-
None
Description
In issue SPARK-19140 we supported update output mode for non-aggregation streaming queries. This should also be applied to streaming join to keep semantic consistent.
PS. Streaming join feature is added after SPARK-19140.
When using update output mode the join will works exactly as append mode. However, for example, this will allow user to run an aggregation-after-join query in update mode in order to get a more real-time result output.
Attachments
Issue Links
- is related to
-
SPARK-19140 Allow update mode for non-aggregation streaming queries
- Resolved
- links to