Re: [I] Add `statistics_by_partition` API to `ExecutionPlan` [datafusion]

2025-04-29 Thread via GitHub
alamb closed issue #15495: Add `statistics_by_partition` API to `ExecutionPlan` URL: https://github.com/apache/datafusion/issues/15495 -- 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 com

Re: [I] Add `statistics_by_partition` API to `ExecutionPlan` [datafusion]

2025-04-01 Thread via GitHub
alamb commented on issue #15495: URL: https://github.com/apache/datafusion/issues/15495#issuecomment-2770316705 For anyone else following along, this is part of work to optimize ORDER by queries with pre-sorted data - https://github.com/apache/datafusion/issues/6672 Specifically I