Description
Structured streaming and normal SQL operation currently have two separate write path, leading to a lot of duplicated functions (that look similar) and if branches. The purpose of this ticket is to consolidate the two as much as possible to make the write path more clear.
A side-effect of this change is that streaming will automatically support all the file formats.
Attachments
Issue Links
- is duplicated by
-
SPARK-15765 Make continuous Parquet writes consistent with non-continuous Parquet writes
- Closed
- is related to
-
SPARK-15472 Add support for writing partitioned `csv`, `json`, `text` formats in Structured Streaming
- Resolved