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] Add Statement #2318

Merged
merged 1 commit into from
Oct 17, 2023

Add Statement (#2294)

044ee32
Select commit
Loading
Failed to load commit list.
Merged

[Backport 2.x] Add Statement #2318

Add Statement (#2294)
044ee32
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Oct 17, 2023 in 0s

96.62% (target 99.00%)

View this Pull Request on Codecov

96.62% (target 99.00%)

Details

Codecov Report

Merging #2318 (044ee32) into 2.x (20601d6) will decrease coverage by 0.04%.
The diff coverage is 93.20%.

@@             Coverage Diff              @@
##                2.x    #2318      +/-   ##
============================================
- Coverage     96.65%   96.62%   -0.04%     
- Complexity     4814     4860      +46     
============================================
  Files           450      455       +5     
  Lines         13074    13301     +227     
  Branches        885      890       +5     
============================================
+ Hits          12637    12852     +215     
- Misses          429      436       +7     
- Partials          8       13       +5     
Files Coverage Δ
...ql/spark/execution/session/InteractiveSession.java 100.00% <100.00%> (ø)
...ch/sql/spark/execution/session/SessionManager.java 100.00% <100.00%> (ø)
...arch/sql/spark/execution/session/SessionModel.java 98.80% <100.00%> (+0.32%) ⬆️
...arch/sql/spark/execution/session/SessionState.java 100.00% <100.00%> (ø)
...earch/sql/spark/execution/statement/Statement.java 100.00% <100.00%> (ø)
...rch/sql/spark/execution/statement/StatementId.java 100.00% <100.00%> (ø)
.../sql/spark/execution/statement/StatementState.java 100.00% <100.00%> (ø)
...rch/sql/spark/execution/statestore/StateModel.java 100.00% <100.00%> (ø)
.../sql/spark/execution/statement/StatementModel.java 97.91% <97.91%> (ø)
...rch/sql/spark/execution/statestore/StateStore.java 71.42% <71.42%> (ø)

... and 1 file with indirect coverage changes