Dandandan commented on code in PR #17347:
URL: https://github.com/apache/datafusion/pull/17347#discussion_r2308131304
##########
datafusion/common/src/config.rs:
##########
@@ -727,6 +727,10 @@ config_namespace! {
/// during aggregations, if possible
pub enable_topk_aggregation: bool, default = true
+ /// When set to true, the optimizer will attempt to push limit
operations
+ /// past window functions, if possible
+ pub enable_window_limits: bool, default = true
Review Comment:
I am not sure if it should be configurable?
--
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]