HeartSaVioR commented on pull request #35680: URL: https://github.com/apache/spark/pull/35680#issuecomment-1077299616
I guess this is being complicated to also handle the case of dynamic gap with "case when" & literals. What about just narrowing down the scope to the static gap? This is a majority of use case for session window, and this will simplify the logic a lot - probably need to handle Literal only. -- 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]
