nyingping edited a comment on pull request #35362:
URL: https://github.com/apache/spark/pull/35362#issuecomment-1032359053


   @HeartSaVioR @viirya yes,of course.thanks!
   Is this fix ok?
   
   `lastStart <- timestamp - (timestamp - startTime + windowDuration) % 
windowDuration`
   ->
   `lastStart <- timestamp - (timestamp - startTime + slideDuration) % 
slideDuration`
   
   
   << I do not know why this reply is always pending and cannot be displayed, 
so I reply here. Sorry


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