Uh oh!
There was an error while loading. Please reload this page.
[branch-48] Set the default value of datafusion.execution.collect_statistics to true #16447 - #16659
Conversation
… `true` (apache#16447) * fix sqllogicaltests * Add upgrade note (cherry picked from commit 2d7ae09)
alamb
commented
Jul 2, 2025
This is a somewhat subtle issue so I will try and summarize: In DataFusion 47 and earlier,
There are more details about this on the ticket from @davisp here: In DataFusion 48.0.0:
However this means that users who were relying on statistics, such as @AdamGS , saw queries get slower (see #16444) Thus this PR proposes changing
Note that this is consistent with the behavior on the latest Since we have already made this change, the thinking is that by changing 48.0.1 we'll avoid people full migrating to the "no default statistics" behavior only to have to change back again in 49 |
alamb
commented
Jul 3, 2025
I plan to merge this in tomorrow unless there is any more feedback |
Uh oh!
There was an error while loading. Please reload this page.
alamb
commented
Jul 4, 2025
Thanks agian @dmitriibugakov and @blaginin |
Backport #16447 by @AdamGS to #16486