master
[SPARK-38033][SS] The SS processing cannot be started because the com…
[SPARK-19873][SS] Record num shuffle partitions in offset log and enforce in next batch.
[SPARK-22187][SS] Update unsaferow format for saved state in flatMapGroupsWithState to allow timeouts with deleted state
[SPARK-24730][SS] Add policy to choose max as global watermark when streaming query has multiple watermarks
[SPARK-24763][SS] Remove redundant key data from value in streaming aggregation
[SPARK-24699][SS] Make watermarks work with Trigger.Once by saving updated watermark to commit log
[SPARK-26154][SS] Streaming left/right outer join should not return outer nulls for already matched rows
[SPARK-31905][SS] Add compatibility tests for streaming state store format
[SPARK-33263][SS] Configurable StateStore compression codec
[SPARK-38204][SS] Use StatefulOpClusteredDistribution for stateful operators with respecting backward compatibility
[SPARK-39650][SS] Fix incorrect value schema in streaming deduplication with backward compatibility
[SPARK-48687][SS] Add change to perform state schema validation and update on driver in planning phase for stateful queries
[SPARK-53332][SS] Enable StateDataSource with state checkpoint v2 (only snapshotStartBatchId option)
[SPARK-51172][SS] Rename to spark.sql.optimizer.pruneFiltersCanPruneStreamingSubplan
[SPARK-48589][SQL][SS] Add option snapshotStartBatchId and snapshotPartitionId to state data source
[SPARK-53942][SS] Support changing stateless shuffle partitions upon restart of streaming query
[SPARK-26824][SS] Fix the checkpoint location and _spark_metadata when it contains special chars
[SPARK-30462][SS] Streamline the logic on file stream source and sink metadata log to avoid memory issue
[SPARK-18671][SS][TEST] Added tests to ensure stability of that all Structured Streaming log formats
[SPARK-18776][SS] Make Offset for FileStreamSource corrected formatted in json
[SPARK-54423][SS] Introducing OffsetMap to enable Named Streaming Sources
[SPARK-48060][SS][TESTS] Fix `StreamingQueryHashPartitionVerifySuite` to update golden files correctly
[SPARK-50654][SS] CommitMetadata should set stateUniqueIds to None in V1
[SPARK-18143][SQL] Ignore Structured Streaming event logs to avoid breaking history server
[SPARK-18655][SS] Ignore Structured Streaming 2.0.2 logs in history server
[SPARK-18657][SPARK-18668] Make StreamingQuery.id persists across restart and not auto-generate StreamingQuery.name