Describe the bug
Operator::returns_null_on_null() claims string concatenation produces an empty string for NULL inputs; this is not the case. (The concat UDF has the weird NULL -> empty string behavior; the concatenation operator (||) does not.)
To Reproduce
No response
Expected behavior
No response
Additional context
No response
Describe the bug
Operator::returns_null_on_null()claims string concatenation produces an empty string for NULL inputs; this is not the case. (TheconcatUDF has the weird NULL -> empty string behavior; the concatenation operator (||) does not.)To Reproduce
No response
Expected behavior
No response
Additional context
No response