-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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.x] Fixed inefficient Stream API call chains ending with count() (#15386) #16361
[Backport 2.x] Fixed inefficient Stream API call chains ending with count() (#15386) #16361
Conversation
313e46a
to
2014527
Compare
❌ Gradle check result for 2014527: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
❌ Gradle check result for 2014527: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
❌ Gradle check result for 2014527: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
❌ Gradle check result for 2014527: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 2.x #16361 +/- ##
============================================
+ Coverage 71.78% 71.84% +0.06%
- Complexity 65079 65110 +31
============================================
Files 5305 5305
Lines 304146 304150 +4
Branches 44232 44234 +2
============================================
+ Hits 218317 218511 +194
+ Misses 67648 67491 -157
+ Partials 18181 18148 -33 ☔ View full report in Codecov by Sentry. |
…rch-project#15386) * Fixed inefficient Stream API call chains ending with count() Signed-off-by: Dmitry Kryukov <[email protected]> * Refactored method minTermLength() as per @sandeshkr419's advice Signed-off-by: Dmitry Kryukov <[email protected]> * Added a line in CHANGELOG.md Signed-off-by: Dmitry Kryukov <[email protected]> --------- Signed-off-by: Dmitry Kryukov <[email protected]>
2014527
to
64d95b9
Compare
Signed-off-by: Daniel Widdis <[email protected]>
Backport 1a7018a from #15386