-
Notifications
You must be signed in to change notification settings - Fork 190
[FEATURE] Pagination with NESTED function in v2 #1718
Copy link
Copy link
Closed as not planned
Labels
enhancementNew feature or requestNew feature or requestpaginationPagination feature, ref #656Pagination feature, ref #656
Description
Is your feature request related to a problem?
NESTED function is not supported in pagination in V2, because NestedOperator (a PhysicalPlan node) adds rows to the result set and cannot be properly paged with the current implementation of Pagination feature.
What solution would you like?
Support NESTED with pagination if it is ever possible.
At least, support single NESTED function, which does not produce cartesian products (extra rows).
What alternatives have you considered?
N/A
Do you have any additional context?
#1500 (comment)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestpaginationPagination feature, ref #656Pagination feature, ref #656