findepi opened a new pull request, #17563: URL: https://github.com/apache/datafusion/pull/17563
Before the change, the planning time was exponential with respect to number of columns used in window partitioning clause. This is a stop-gap solution to avoid exponential planning time. ## Which issue does this PR close? - closes https://github.com/apache/datafusion/issues/17401 ## Rationale for this change Exponential planning time is not acceptable ## What changes are included in this PR? Reduce optimization eagerness to avoid exponential planning time ## Are these changes tested? benchmarks added in - https://github.com/apache/datafusion/pull/17402 ## Are there any user-facing changes? i don't think so -- 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]
