Skip to content

ESQL: Added status to OrdinalsGroupingOperator #130720

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

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ivancea
Copy link
Contributor

@ivancea ivancea commented Jul 7, 2025

Closes #130359

@ivancea ivancea added >non-issue Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) :Analytics/ES|QL AKA ESQL v9.2.0 labels Jul 7, 2025
@ivancea ivancea requested a review from nik9000 July 7, 2025 13:19
if (valuesAggregator != null) {
try {
return valuesAggregator.getOutput();
page = valuesAggregator.getOutput();
Copy link
Member

Choose a reason for hiding this comment

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

Could you count the time of this one?

try {
return mergeOrdinalsSegmentResults();
page = mergeOrdinalsSegmentResults();
Copy link
Member

Choose a reason for hiding this comment

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

And this one?

That way in the profile output we can tell which of the two we used.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Analytics/ES|QL AKA ESQL >non-issue 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.

ESQL: OrdinalsGroupingOperator not reporting process_nanos
2 participants