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
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).
Is your feature request related to a problem?
NESTED
function is not supported in pagination in V2, becauseNestedOperator
(aPhysicalPlan
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)
The text was updated successfully, but these errors were encountered: