viirya commented on a change in pull request #35762:
URL: https://github.com/apache/spark/pull/35762#discussion_r821914908



##########
File path: docs/structured-streaming-programming-guide.md
##########
@@ -1225,6 +1225,12 @@ Note that there are some restrictions when you use 
session window in streaming q
 
 For batch query, global window (only having `session_window` in grouping key) 
is supported.
 
+Due to implementation details of session window in streaming query, for each 
input row in same session,
+it will be assigned initial session window and then merged into real session 
after shuffling. If the RPS

Review comment:
       yea, let me revise it. Thanks.




-- 
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]

Reply via email to