-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[Backport 2.10] Improve performance of rounding dates in date_histogram aggregation #9930
[Backport 2.10] Improve performance of rounding dates in date_histogram aggregation #9930
Conversation
…pensearch-project#9727) * Improve performance of rounding dates in date_histogram aggregation Signed-off-by: Ketan Verma <[email protected]> * Minor refactoring changes Signed-off-by: Ketan Verma <[email protected]> --------- Signed-off-by: Ketan Verma <[email protected]>
Proactively created this backport to start off the checks. |
Compatibility status:Checks if related components are compatible with change 5ebdf1a Incompatible componentsSkipped componentsCompatible componentsCompatible components: [https://github.com/opensearch-project/security.git, https://github.com/opensearch-project/alerting.git, https://github.com/opensearch-project/index-management.git, https://github.com/opensearch-project/anomaly-detection.git, https://github.com/opensearch-project/asynchronous-search.git, https://github.com/opensearch-project/sql.git, https://github.com/opensearch-project/observability.git, https://github.com/opensearch-project/common-utils.git, https://github.com/opensearch-project/job-scheduler.git, https://github.com/opensearch-project/reporting.git, https://github.com/opensearch-project/k-nn.git, https://github.com/opensearch-project/cross-cluster-replication.git, https://github.com/opensearch-project/geospatial.git, https://github.com/opensearch-project/notifications.git, https://github.com/opensearch-project/neural-search.git, https://github.com/opensearch-project/security-analytics.git, https://github.com/opensearch-project/performance-analyzer.git, https://github.com/opensearch-project/ml-commons.git, https://github.com/opensearch-project/performance-analyzer-rca.git] |
Gradle Check (Jenkins) Run Completed with:
|
Codecov Report
@@ Coverage Diff @@
## 2.10 #9930 +/- ##
============================================
+ Coverage 70.85% 70.91% +0.05%
- Complexity 58253 58284 +31
============================================
Files 4817 4817
Lines 275286 275310 +24
Branches 40445 40453 +8
============================================
+ Hits 195066 195239 +173
+ Misses 63496 63374 -122
+ Partials 16724 16697 -27
... and 471 files with indirect coverage changes 📢 Have feedback on the report? Share it here. |
Rerunning the failed precommit jobs. While those are sometimes flaky, they tend to be less flaky than Gradle Check |
Yeah, those are sadly the network issues :(((( |
Thanks @DarshitChanpura , for some reasons I have got an impression that the date slipped a bit due to disruptive builds infrastructure |
…gation (#9727) (#9930)" This reverts commit 6f1311b. Signed-off-by: Andriy Redko <[email protected]>
I was under the impression that we didn't have a hard freeze starting with this release, but rather a "window" during which RCs would be built. I'll go back and reread the process to make sure I understand what's going on. |
Description
Backport of #9727.
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.