Skip to content

Add type checking to logical plan for IsDistinctFrom / IsNotDistinctFrom expressions #3247

Description

@andygrove

Is your feature request related to a problem or challenge? Please describe what you are trying to do.
We now support IS TRUE, IS FALSE, IS UNKNOWN (#3235, #3246). These are mapped to IsDistinctFrom and IsNotDistinctFrom.

We are not yet doing any type validation in the logical plan.

Describe the solution you'd like
Add type validation as part of the TypeCoercion optimizer rule being developed in #3222

Describe alternatives you've considered
None

Additional context
None

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions