Regression since 45.0.0: select count(), count(*)
does not work
#14855
Labels
select count(), count(*)
does not work
#14855
Describe the bug
@jonahgao noticed this in #14824
This query works in DataFusion 44 and 45:
However, it does not work on main (what would become DataFusion 46)
To Reproduce
No response
Expected behavior
The query should produce the same results as in datafusion 44 and 45
Additional context
It is likely this was introduced by
plan_aggregate
andplan_window
to planner #14689There is more discussion on
The text was updated successfully, but these errors were encountered: