Skip to content

Conversation

@Yury-Fridlyand
Copy link
Collaborator

Description

[Describe what this change achieves]

Issues Resolved

[List any issues this PR will resolve]

Check List

  • New functionality includes testing.
    • All tests pass, including unit test, integration test and doctest
  • New functionality has been documented.
    • New functionality has javadoc added
    • New functionality has user manual doc added
  • Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

var builder = indexScan.getRequestBuilder();
if (builder instanceof InitialPageRequestBuilder) {
builder.pushDownPageSize(paginate.getPageSize());
return false;
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If I return true, PaginateOperator is being removed from the tree alongs with ProjectOperator.

Copy link
Collaborator

@MaxKsyunz MaxKsyunz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@MaxKsyunz I wonder if we can remove createPagedScanBuilder.

@Yury-Fridlyand
Copy link
Collaborator Author

Superseded by #1516

@Yury-Fridlyand Yury-Fridlyand deleted the feature/pagination/rework-push-down-page-size branch April 14, 2023 22:22
@Yury-Fridlyand Yury-Fridlyand added the pagination Pagination feature, ref #656 label May 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pagination Pagination feature, ref #656

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants