You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
In #300 we added mappings for
MINUS_PRIMARY_ALL
andINTERSECTION_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
andINTERSECTION_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.
The text was updated successfully, but these errors were encountered: