Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.5.0
Description
Introduce a new data source so that user can query the metadata of each state store of a streaming query, the schema of the result will be
operatorId INT | operatorName STRING | stateStoreName STRING | numPartitions INT | numColsPrefixKey INT | minBatchId LONG | minBatchId LONG
To use this source, specify the source format and checkpoint path
df = spark.read.format(“state-metadata”).load(“/checkpointPath”)
Attachments
Issue Links
- links to