Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
With Lateral and Unnest if TopN is present in the sub-query, then it needs to handle the EMIT outcome correctly. This means when a EMIT is received then perform the TopN operation on the records buffered so far and produce output with it. After EMIT TopN should refresh it's state and again work on next batches of incoming record unless an EMIT is seen again.
Attachments
Issue Links
- is depended upon by
-
DRILL-5999 Add support for LATERAL join
- In Progress
- links to