gengliangwang commented on code in PR #55637:
URL: https://github.com/apache/spark/pull/55637#discussion_r3175595093
##########
sql/api/src/main/scala/org/apache/spark/sql/streaming/DataStreamReader.scala:
##########
@@ -131,6 +131,30 @@ abstract class DataStreamReader {
* .changes("my_table")
* }}}
*
+ * Streaming reads support all of the same post-processing as batch reads --
`computeUpdates`,
Review Comment:
Good point -- added an explicit RocksDB-required note to the public
`changes(tableName)` Scaladoc, including the exact
`spark.sql.streaming.stateStore.providerClass` to set. Users now learn about
the requirement at the API surface rather than at query-start failure time.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]