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] Implement vacuum index operation #2562

Merged
merged 1 commit into from
Mar 19, 2024

Implement vacuum index operation (#2557)

fd13a80
Select commit
Loading
Failed to load commit list.
Merged

[Backport 2.x] Implement vacuum index operation #2562

Implement vacuum index operation (#2557)
fd13a80
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Mar 19, 2024 in 0s

95.55% (target 99.00%)

View this Pull Request on Codecov

95.55% (target 99.00%)

Details

Codecov Report

Attention: Patch coverage is 88.23529% with 6 lines in your changes are missing coverage. Please review.

Project coverage is 95.55%. Comparing base (8e25dd9) to head (fd13a80).

Files Patch % Lines
...rch/sql/spark/execution/statestore/StateStore.java 45.45% 4 Missing and 2 partials ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##                2.x    #2562      +/-   ##
============================================
- Coverage     95.58%   95.55%   -0.03%     
- Complexity     5138     5150      +12     
============================================
  Files           489      490       +1     
  Lines         14426    14475      +49     
  Branches        961      964       +3     
============================================
+ Hits          13789    13832      +43     
- Misses          614      618       +4     
- Partials         23       25       +2     

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