Skip to content
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] Improve performance for resolving derived fields #16566

Merged
merged 1 commit into from
Nov 5, 2024

Conversation

opensearch-trigger-bot[bot]
Copy link
Contributor

Backport e07499a from #16564.

Doing the type check before the string comparison makes it much faster to resolve derived fields.

Signed-off-by: Robson Araujo <[email protected]>
(cherry picked from commit e07499a)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Copy link
Contributor

github-actions bot commented Nov 5, 2024

❌ Gradle check result for 8d0c11f: 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?

Copy link
Contributor

github-actions bot commented Nov 5, 2024

✅ Gradle check result for 8d0c11f: SUCCESS

Copy link

codecov bot commented Nov 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 71.91%. Comparing base (2fa8370) to head (8d0c11f).
Report is 2 commits behind head on 2.x.

Additional details and impacted files
@@             Coverage Diff              @@
##                2.x   #16566      +/-   ##
============================================
- Coverage     71.95%   71.91%   -0.04%     
- Complexity    65440    65446       +6     
============================================
  Files          5312     5312              
  Lines        305033   305033              
  Branches      44443    44443              
============================================
- Hits         219475   219365     -110     
- Misses        67269    67414     +145     
+ Partials      18289    18254      -35     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@reta reta merged commit 2aa1a0a into 2.x Nov 5, 2024
62 of 63 checks passed
@github-actions github-actions bot deleted the backport/backport-16564-to-2.x branch November 5, 2024 22:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant