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.11] Bug Fix , delete OpenSearch index when DROP INDEX #2252

Merged
merged 1 commit into from
Oct 7, 2023

Bug Fix , delete OpenSearch index when DROP INDEX (#2250)

f9a26aa
Select commit
Loading
Failed to load commit list.
Merged

[Backport 2.11] Bug Fix , delete OpenSearch index when DROP INDEX #2252

Bug Fix , delete OpenSearch index when DROP INDEX (#2250)
f9a26aa
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 7, 2023 in 0s

96.64% (target 99.00%), passed because patch was fully covered by tests with no unexpected coverage changes

View this Pull Request on Codecov

96.64% (target 99.00%), passed because patch was fully covered by tests with no unexpected coverage changes

Details

Codecov Report

Merging #2252 (f9a26aa) into 2.11 (1b9fe1f) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##               2.11    #2252   +/-   ##
=========================================
  Coverage     96.64%   96.64%           
- Complexity     4767     4773    +6     
=========================================
  Files           440      442    +2     
  Lines         12858    12895   +37     
  Branches        874      878    +4     
=========================================
+ Hits          12426    12463   +37     
  Misses          424      424           
  Partials          8        8           
Files Coverage Δ
...OpensearchAsyncQueryJobMetadataStorageService.java 100.00% <100.00%> (ø)
...rch/sql/spark/dispatcher/SparkQueryDispatcher.java 100.00% <100.00%> (ø)
...earch/sql/spark/dispatcher/model/IndexDetails.java 100.00% <100.00%> (ø)
...opensearch/sql/spark/flint/FlintIndexMetadata.java 100.00% <100.00%> (ø)
.../sql/spark/flint/FlintIndexMetadataReaderImpl.java 100.00% <100.00%> (ø)