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] Fix array_index_out_of_bounds_exception when indexing documents with field name containing only dot #15188

Merged
merged 2 commits into from
Aug 9, 2024

Conversation

opensearch-trigger-bot[bot]
Copy link
Contributor

Backport 252742b from #15126.

…field name containing only dot (#15126)

* Fix array_index_out_of_bounds_exception when indexing documents with field name containing only dot

Signed-off-by: Gao Binlong <gbinlong@amazon.com>

* Modify change log

Signed-off-by: Gao Binlong <gbinlong@amazon.com>

* Optimize error message

Signed-off-by: Gao Binlong <gbinlong@amazon.com>

---------

Signed-off-by: Gao Binlong <gbinlong@amazon.com>
(cherry picked from commit 252742b)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
Copy link
Contributor

github-actions bot commented Aug 9, 2024

❌ Gradle check result for 10e8103:

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 Aug 9, 2024

❌ Gradle check result for e9f40ce:

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 Aug 9, 2024

✅ Gradle check result for e9f40ce: SUCCESS

Copy link

codecov bot commented Aug 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 71.38%. Comparing base (fef2003) to head (e9f40ce).

Additional details and impacted files
@@             Coverage Diff              @@
##                2.x   #15188      +/-   ##
============================================
- Coverage     71.49%   71.38%   -0.11%     
+ Complexity    62837    62745      -92     
============================================
  Files          5137     5137              
  Lines        295074   295076       +2     
  Branches      42979    42980       +1     
============================================
- Hits         210959   210648     -311     
- Misses        66492    66705     +213     
- Partials      17623    17723     +100     

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

@reta reta merged commit 76f3b0a into 2.x Aug 9, 2024
35 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant