anishshri-db commented on code in PR #50177: URL: https://github.com/apache/spark/pull/50177#discussion_r2029505605
########## docs/streaming/structured-streaming-state-data-source.md: ########## @@ -174,6 +174,24 @@ The following configurations are optional: <td>latest commited batchId</td> <td>Represents the last batch to read in the read change feed mode. This option requires 'readChangeFeed' to be set to true.</td> </tr> +<tr> + <td>stateVarName</td> + <td>string</td> + <td></td> + <td>The state variable name to read as part of this batch query. This is a required option if the transformWithState operator is used.</td> Review Comment: Done - made this explicit -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org