-
Type:
New Feature
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.21.0
-
Fix Version/s: 1.22.0
-
Component/s: None
-
Labels:
CALCITE-2812 introduced recursive queries in Calcite via the new operator RepeatUnion.
However, this initial implementation was not complete, since it only provided RepeatUnion ALL (i.e. duplicates were returned).
The current ticket aims to implement the missing feature: RepeatUnion non-ALL (i.e. duplicates must be discarded).
- is related to
-
CALCITE-2812 Add algebraic operators to allow expressing recursive queries
-
- Closed
-
- links to