Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.2.0
-
None
Description
LogicalPlan has an isStreaming bit, but it's incompletely implemented. Some streaming sources don't set the bit, and the bit can sometimes be lost in rewriting. Setting the bit for all plans that are logically streaming will help us simplify the logic around checking query plan validity.
Attachments
Issue Links
- contains
-
SPARK-20672 Keep the `isStreaming` property in triggerLogicalPlan in Structured Streaming
- Resolved
- links to