-
Notifications
You must be signed in to change notification settings - Fork 112
Open
Labels
enhancementNew feature or requestNew feature or requestplannerRelated to the query plannerRelated to the query planner
Description
The PR #3624 addressed a problem that created invalid Ordering
s, in the context of this issue, I am defining an invalid Ordering
as an ordering which claims has more than one independent directional ordering parts. For example: a↑, b↑, c[:isNULL]
where a
and b
are independent from each other.
We should add a sanity check that fails when the caller attempt to create such an Ordering
.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestplannerRelated to the query plannerRelated to the query planner