Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Tested on the latest datafusion-cli
❯ select count(2.2);
+-----------------+
| COUNT(UInt8(1)) |
+-----------------+
| 1 |
+-----------------+
Expected behavior
I'd like the column name to be
Additional context
Add any other context about the problem here.