CASE
with NULL
branch does not coerce when passed to aggregate function
#11258
Labels
bug
Something isn't working
Describe the bug
Type coercion doesn't seem to handle NULL in a
CASE
branch when used inside of an aggregate.To Reproduce
In Datafusion CLI:
Expected behavior
NULL
type should coerce to theELSE
branch type.Additional context
No response
The text was updated successfully, but these errors were encountered: