Change in 46: count_all()
expr_fn function now displayed as count(1)
rather than count(*)
#14894
Labels
count_all()
expr_fn function now displayed as count(1)
rather than count(*)
#14894
This is fallout from #14824
There is a small change in behavior now from DataFusion 45 and DataFusion 46
There were several tests changed (see link below)
In order to preserve behavior from the old version, perhaps we should change
count_all()
to returncount(1) as "count(*)"
so it would be consistent with older versions?Originally posted by @alamb in #14824 (comment)
The text was updated successfully, but these errors were encountered: