HeartSaVioR opened a new pull request #33708: URL: https://github.com/apache/spark/pull/33708
### What changes were proposed in this pull request? This PR proposes to remove the filter applying to input rows against watermark in SessionWindowStateStoreSaveExec, since SessionWindowStateStoreSaveExec is expected to store all inputs into state store, and apply eviction later. ### Why are the changes needed? The code is logically not right, though I can't reproduce the actual problem. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Existing tests. I can't come up with broken case failing on previous code, but we can review the logic instead. -- 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]
