Skip to content

remove invalid mappings from SetOps to Calcite relations #303

Description

@vbarua

In #300 we added mappings for MINUS_PRIMARY_ALL and INTERSECTION_MULTISET_ALL to the equivalent Calcite relations (Minus(all = true), Intersect(all=true)).

We did not remove the existing mappings that were used for this, MINUS_MULTISET and INTERSECTION_PRIMARY, which are technically incorrect mappings as the behaviour in the spec is not the same as what they were being mapped to in Calcite.

These mappings were kept in place temporarily to allow for users to migrate to the correct SetOps for these operations, but will be removed in a future version.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions