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

create new session if current session not ready #2363

Merged
merged 1 commit into from
Oct 25, 2023

create new session if current session not ready

069a893
Select commit
Loading
Failed to load commit list.
Merged

create new session if current session not ready #2363

create new session if current session not ready
069a893
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 25, 2023 in 1s

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

View this Pull Request on Codecov

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

Details

Codecov Report

Merging #2363 (069a893) into main (886c2fc) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##               main    #2363   +/-   ##
=========================================
  Coverage     96.47%   96.47%           
- Complexity     4910     4915    +5     
=========================================
  Files           465      465           
  Lines         13517    13519    +2     
  Branches        909      910    +1     
=========================================
+ Hits          13040    13042    +2     
  Misses          458      458           
  Partials         19       19           
Files Coverage Δ
...rch/sql/spark/dispatcher/SparkQueryDispatcher.java 100.00% <100.00%> (ø)
...ql/spark/execution/session/InteractiveSession.java 100.00% <100.00%> (ø)