Skip to content

Commit e3fb09c

Browse files
"Marker" pages for two new features
1 parent 7e46774 commit e3fb09c

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

docs/arbitrary-state-api-v2.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Arbitrary State API v2
2+
3+
**Arbitrary State API v2** for more flexible state management.
4+
5+
Arbitrary State API v2 was introduced in [Apache Spark 4.0.0]({{ spark.jira }}/SPARK-46815).

docs/datasources/state/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# State Data Source
2+
3+
**State Data Source** allows for easier debugging.
4+
5+
State Data Source was introduced in [Apache Spark 4.0.0]({{ spark.jira }}/SPARK-45511).

mkdocs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@ nav:
231231
- StreamingQueryWrapper: StreamingQueryWrapper.md
232232
- Features:
233233
- features/index.md
234+
- Arbitrary State API v2: arbitrary-state-api-v2.md
234235
- Data Sources: datasources/index.md
235236
- Micro-Batch Execution:
236237
- micro-batch-execution/index.md
@@ -428,6 +429,8 @@ nav:
428429
- RatePerMicroBatchProvider: datasources/rate-micro-batch/RatePerMicroBatchProvider.md
429430
- RatePerMicroBatchStream: datasources/rate-micro-batch/RatePerMicroBatchStream.md
430431
- RatePerMicroBatchTable: datasources/rate-micro-batch/RatePerMicroBatchTable.md
432+
- State:
433+
- datasources/state/index.md
431434
- Text Socket:
432435
- datasources/socket/index.md
433436
- TextSocketSourceProvider: datasources/socket/TextSocketSourceProvider.md

0 commit comments

Comments
 (0)