Skip to content

Operator::returns_null_on_null() incorrectly classifies string concatenation #22457

@neilconway

Description

@neilconway

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

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No fields configured for Bug.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions