Skip to content

can't compare NULL type with NULL type #4335

@liukun4515

Description

@liukun4515

Describe the bug
A clear and concise description of what the bug is.

❯ select null and null;
ArrowError(ExternalError(Internal("Cannot evaluate binary expression And with types Null and Null")))
❯ select null or null;
ArrowError(ExternalError(Internal("Cannot evaluate binary expression Or with types Null and Null")))

To Reproduce
Steps to reproduce the behavior:

Expected behavior
A clear and concise description of what you expected to happen.

Additional context
Add any other context about the problem here.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions