findepi commented on PR #17563:
URL: https://github.com/apache/datafusion/pull/17563#issuecomment-3309133971

   Any exponential cost in the planner (or anywhere else) should be considered 
an absolute no-go and removed promptly.  I can take a look whether adding a 
cutoff is easy. I am worried, however, that the added complexity can mask bugs. 
With cutoff of `N`, we should have test coverage for various window functions 
with `<N` and `N>` columns, which is something we unlikely gonna remember 
about. 


-- 
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]

Reply via email to