Skip to content

Rename prepareProcessPage to prepareProcessRawInputPage #130487

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

Merged
merged 1 commit into from
Jul 11, 2025

Conversation

dnhatn
Copy link
Member

@dnhatn dnhatn commented Jul 2, 2025

This PR proposes renaming prepareProcessPage to prepareProcessRawInputPage for two reasons:

  1. The name prepareProcessPage can be confusing, as it suggests handling all types of input, but it only processes raw input, not intermediate input.

  2. I plan to add prepareProcessIntermediateInputPage, which can enable optimizations for intermediate pages, such as leveraging ordinals from intermediate results.

@dnhatn dnhatn requested a review from nik9000 July 2, 2025 19:12
@dnhatn dnhatn marked this pull request as ready for review July 2, 2025 19:12
@elasticsearchmachine elasticsearchmachine added the Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) label Jul 2, 2025
@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/es-analytical-engine (Team:Analytics)

Copy link
Member

@nik9000 nik9000 left a comment

Choose a reason for hiding this comment

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

LGTM.

Sorry I didn't see it last week.

@dnhatn
Copy link
Member Author

dnhatn commented Jul 11, 2025

No problem, thanks Nik!

@dnhatn dnhatn added v9.1.1 v8.19.1 >refactoring auto-backport Automatically create backport pull requests when merged labels Jul 11, 2025
@dnhatn dnhatn merged commit 285866e into elastic:main Jul 11, 2025
32 checks passed
@dnhatn dnhatn deleted the rename-grouping-agg branch July 11, 2025 15:46
dnhatn added a commit to dnhatn/elasticsearch that referenced this pull request Jul 11, 2025
This PR proposes renaming `prepareProcessPage` to 
`prepareProcessRawInputPage` for two reasons:

1. The name `prepareProcessPage` can be confusing, as it suggests 
handling all types of input, but it only processes raw input, not
intermediate input.

2. I plan to add `prepareProcessIntermediateInputPage`, which can enable 
optimizations for intermediate pages, such as leveraging ordinals from
intermediate results.
@elasticsearchmachine
Copy link
Collaborator

💔 Backport failed

Status Branch Result
9.1
8.19 Commit could not be cherrypicked due to conflicts

You can use sqren/backport to manually backport by running backport --upstream elastic/elasticsearch --pr 130487

elasticsearchmachine pushed a commit that referenced this pull request Jul 11, 2025
…31110)

This PR proposes renaming `prepareProcessPage` to 
`prepareProcessRawInputPage` for two reasons:

1. The name `prepareProcessPage` can be confusing, as it suggests 
handling all types of input, but it only processes raw input, not
intermediate input.

2. I plan to add `prepareProcessIntermediateInputPage`, which can enable 
optimizations for intermediate pages, such as leveraging ordinals from
intermediate results.
dnhatn added a commit to dnhatn/elasticsearch that referenced this pull request Jul 12, 2025
This PR proposes renaming `prepareProcessPage` to
`prepareProcessRawInputPage` for two reasons:

1. The name `prepareProcessPage` can be confusing, as it suggests
handling all types of input, but it only processes raw input, not
intermediate input.

2. I plan to add `prepareProcessIntermediateInputPage`, which can enable
optimizations for intermediate pages, such as leveraging ordinals from
intermediate results.

(cherry picked from commit 285866e)
@dnhatn
Copy link
Member Author

dnhatn commented Jul 12, 2025

💚 All backports created successfully

Status Branch Result
8.19

Questions ?

Please refer to the Backport tool documentation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Analytics/ES|QL AKA ESQL auto-backport Automatically create backport pull requests when merged backport pending >non-issue >refactoring Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) v8.19.1 v9.1.1 v9.2.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants