Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Pagination with NESTED function in v2 #1718

Open
Yury-Fridlyand opened this issue Jun 7, 2023 · 0 comments
Open

[FEATURE] Pagination with NESTED function in v2 #1718

Yury-Fridlyand opened this issue Jun 7, 2023 · 0 comments
Labels
enhancement New feature or request pagination Pagination feature, ref #656

Comments

@Yury-Fridlyand
Copy link
Collaborator

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request pagination Pagination feature, ref #656
Projects
None yet
Development

No branches or pull requests

2 participants