-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Add parsing for InternalExtendedStats #24284
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
Add parsing for InternalExtendedStats #24284
Conversation
ac57688 to
2a274dd
Compare
|
Rebased after merging #24239, this should be ready for review now. |
2a274dd to
c5989a3
Compare
javanna
left a comment
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 besides the small comment I left
| commonStatsAssertions(aggregation, parsed); | ||
| } | ||
|
|
||
| static void commonStatsAssertions(InternalStats aggregation, ParsedStats parsed) { |
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.
can you rename this method, I'd like method names to contain a verb which indicates what they do e.g. assertStats ?
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.
sure
Similar to #24085 this adds parsing for InternalExtendedStats.
PR is against the current feature branch for aggregation parsing.
Relates to #24239.