linhr opened a new pull request, #17736: URL: https://github.com/apache/datafusion/pull/17736
## Which issue does this PR close? N/A ## Rationale for this change The `LimitPushPastWindows` physical optimizer rule is not accessible externally, but I feel this should be public for consistency with other rules. Downstream projects may need to define their own list of physical optimizer rules by extending the default rule list. ## What changes are included in this PR? The `limit_pushdown_past_window` module is made public. ## Are these changes tested? N/A ## Are there any user-facing changes? The `LimitPushPastWindows` physical optimizer rule can now be used by downstream projects. -- 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]
