-
Notifications
You must be signed in to change notification settings - Fork 25.6k
[DOCS] Fix copy/paste error in min agg docs
#83384
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
Last example (Histogram) showed "min" instead of "max" in some places. Nevertheless, the value 0.5 seems to be right.
|
💚 CLA has been signed |
|
Pinging @elastic/es-docs (Team:Docs) |
|
👋 Hi @LucoEldritch, Thanks for fixing this. To merge this change, we require a signed CLA: https://www.elastic.co/contributor-agreement You'll need to sign the CLA using the same email address associated with your commit. You can find that email address here: https://github.com/elastic/elasticsearch/commit/4fd2959158eaf8e938c3044d585820d38f971887.patch Once you sign the CLA, I'll work on getting this merged. Thanks again! |
|
@elasticmachine test this please |
jrodewig
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. We should update these snippets so the tests actually run, but I'll handle that as a separate effort.
min aggregation docs
|
Pinging @elastic/es-analytics-geo (Team:Analytics) |
min aggregation docsmin agg docs
|
I'm going to close out this issue due to lack of response. I've opened #83695 to update the snippets and fix some other issues. Thanks again for raising this @LucoEldritch. |
* Updates the `min` and `max` snippets for histograms. These should now run as docs integration tests. * Fixes a copy/paste error in the `max` aggregation snippet for histograms. Relates to #83384
|
Sorry, I signed it, but my Github is configured to hide my e-mail and I didn't notice (didn't even know this existed, actually). So, the e-mail from the pull request isn't even real. Anyway, thanks for the patience and attention. |
Last example (Histogram) showed "min" instead of "max" in some places. Nevertheless, the value 0.5 seems to be right.