Describe the bug
Type coercion of COALESCE returns Int even when there are string arguments. This is not always correct, as '' is a valid string but cannot be converted to int.
To Reproduce
should be typed as a string, not int
Expected behavior
No response
Additional context
No response
Describe the bug
Type coercion of
COALESCEreturns Int even when there are string arguments. This is not always correct, as '' is a valid string but cannot be converted to int.To Reproduce
should be typed as a string, not int
Expected behavior
No response
Additional context
No response