-
Couldn't load subscription status.
- Fork 25.6k
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
Conversation
|
Pinging @elastic/es-analytical-engine (Team:Analytics) |
There was a problem hiding this 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.
|
No problem, thanks Nik! |
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.
💔 Backport failed
You can use sqren/backport to manually backport by running |
…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.
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)
💚 All backports created successfully
Questions ?Please refer to the Backport tool documentation |
…31156) 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)
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.
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.
This PR proposes renaming
prepareProcessPagetoprepareProcessRawInputPagefor two reasons:The name
prepareProcessPagecan be confusing, as it suggests handling all types of input, but it only processes raw input, not intermediate input.I plan to add
prepareProcessIntermediateInputPage, which can enable optimizations for intermediate pages, such as leveraging ordinals from intermediate results.