adriangb commented on issue #15425: URL: https://github.com/apache/datafusion/issues/15425#issuecomment-3649725049
Looping back to this: @matthewmturner I think I now understand your optimization proposal better. I think what you are suggesting may be even easier to implement than this is. It could be something similar to https://github.com/apache/datafusion/pull/19136 but instead looking for `max(<col>)`/`min(<col>)` and replacing it with values from the file-level statistics. -- 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]
