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

add InteractiveSession and SessionManager #2290

Merged

address comments

9693f31
Select commit
Loading
Failed to load commit list.
Merged

add InteractiveSession and SessionManager #2290

address comments
9693f31
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Oct 13, 2023 in 0s

96.61% (target 99.00%)

View this Pull Request on Codecov

96.61% (target 99.00%)

Details

Codecov Report

Merging #2290 (9693f31) into main (b654e43) will increase coverage by 0.00%.
Report is 2 commits behind head on main.
The diff coverage is 96.87%.

@@            Coverage Diff             @@
##               main    #2290    +/-   ##
==========================================
  Coverage     96.60%   96.61%            
- Complexity     4738     4777    +39     
==========================================
  Files           442      449     +7     
  Lines         12741    12907   +166     
  Branches        876      882     +6     
==========================================
+ Hits          12309    12470   +161     
- Misses          424      429     +5     
  Partials          8        8            
Files Coverage Δ
...ql/spark/execution/session/InteractiveSession.java 100.00% <100.00%> (ø)
...nsearch/sql/spark/execution/session/SessionId.java 100.00% <100.00%> (ø)
...ch/sql/spark/execution/session/SessionManager.java 100.00% <100.00%> (ø)
...arch/sql/spark/execution/session/SessionState.java 100.00% <100.00%> (ø)
...earch/sql/spark/execution/session/SessionType.java 100.00% <100.00%> (ø)
...arch/sql/spark/execution/session/SessionModel.java 98.48% <98.48%> (ø)
.../spark/execution/statestore/SessionStateStore.java 87.50% <87.50%> (ø)

... and 1 file with indirect coverage changes