dwsmith1983 commented on issue #4553: URL: https://github.com/apache/datafusion-comet/issues/4553#issuecomment-5637149401
Two of the three landed in #4784 (f994b2359): batch tumbling and sliding `window(...)` grouping and `window_time` now run natively, and docs/source/user-guide/latest/expressions.md lists both as supported. What remains is `session_window`, which needs a native `UpdatingSessionsExec`/`MergingSessionsExec` and is already tracked on its own in #4785, also referenced from the `session_window` row of the same doc. Since the remaining work has a dedicated issue, suggest closing this one in favor of #4785. -- 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]
