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] [Backport 2.x] add InteractiveSession and SessionManager #2315

Merged
merged 1 commit into from
Oct 17, 2023

add InteractiveSession and SessionManager (#2290) (#2293)

729594f
Select commit
Loading
Failed to load commit list.
Merged

[Backport 2.11] [Backport 2.x] add InteractiveSession and SessionManager #2315

add InteractiveSession and SessionManager (#2290) (#2293)
729594f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Oct 17, 2023 in 0s

96.65% (target 99.00%)

View this Pull Request on Codecov

96.65% (target 99.00%)

Details

Codecov Report

Merging #2315 (729594f) into 2.11 (34ee39d) will increase coverage by 0.00%.
Report is 1 commits behind head on 2.11.
The diff coverage is 96.87%.

@@            Coverage Diff             @@
##               2.11    #2315    +/-   ##
==========================================
  Coverage     96.65%   96.65%            
- Complexity     4776     4814    +38     
==========================================
  Files           443      450     +7     
  Lines         12914    13074   +160     
  Branches        879      885     +6     
==========================================
+ Hits          12482    12637   +155     
- 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%> (ø)