Skip to content

[FEATURE] Pagination with NESTED function in v2 #1718

@Yury-Fridlyand

Description

@Yury-Fridlyand

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestpaginationPagination feature, ref #656

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions