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 sessionId parameters for create async query API #2323

Merged
merged 1 commit into from
Oct 18, 2023

Add sessionId parameters for create async query API (#2312)

f34b7fc
Select commit
Loading
Failed to load commit list.
Merged

[Backport 2.x] Add sessionId parameters for create async query API #2323

Add sessionId parameters for create async query API (#2312)
f34b7fc
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Oct 18, 2023 in 0s

96.73% (target 99.00%)

View this Pull Request on Codecov

96.73% (target 99.00%)

Details

Codecov Report

Merging #2323 (f34b7fc) into 2.x (9383c7c) will increase coverage by 0.11%.
The diff coverage is 96.73%.

@@             Coverage Diff              @@
##                2.x    #2323      +/-   ##
============================================
+ Coverage     96.62%   96.73%   +0.11%     
- Complexity     4860     4876      +16     
============================================
  Files           455      455              
  Lines         13301    13370      +69     
  Branches        890      899       +9     
============================================
+ Hits          12852    12934      +82     
+ Misses          436      422      -14     
- Partials         13       14       +1     
Files Coverage Δ
...rch/sql/opensearch/setting/OpenSearchSettings.java 100.00% <100.00%> (ø)
...park/asyncquery/AsyncQueryExecutorServiceImpl.java 100.00% <100.00%> (ø)
...earch/sql/spark/data/constants/SparkConstants.java 0.00% <ø> (ø)
...rch/sql/spark/dispatcher/SparkQueryDispatcher.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%> (ø)
...rch/sql/spark/execution/statement/StatementId.java 100.00% <100.00%> (ø)
.../sql/spark/rest/model/CreateAsyncQueryRequest.java 93.54% <90.00%> (+70.82%) ⬆️
.../spark/asyncquery/model/AsyncQueryJobMetadata.java 82.60% <66.66%> (-2.76%) ⬇️