anishshri-db commented on code in PR #39931: URL: https://github.com/apache/spark/pull/39931#discussion_r1102327571
########## docs/structured-streaming-programming-guide.md: ########## @@ -1845,9 +1845,7 @@ Some of them are as follows. for more details. - Chaining multiple stateful operations on streaming Datasets is not supported with Update and Complete mode. - - In addition, below operations followed by other stateful operation is not supported in Append mode. - - stream-stream time interval join (inner/outer) - - flatMapGroupsWithState + - In addition, (flat)MapGroupsWithState operation followed by other stateful operation is not supported in Append mode. Review Comment: This includes mapGroupsWithState too right ? should we just call them out separately ? -- 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]
