AssHero commented on issue #2542: URL: https://github.com/apache/arrow-datafusion/issues/2542#issuecomment-1140190324
I think this is because the window exprs are not referenced by any operators, and projection_push_down make empty new_window_expr for window logical plan. If the window exprs are not referenced by any operators, we can remove the window exprs. cc @mateuszkj -- 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]
