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] Fix bug, using basic instead of basicauth #2355

Merged
merged 1 commit into from
Oct 25, 2023

Fix bug, using basic instead of basicauth (#2342)

fa1f035
Select commit
Loading
Failed to load commit list.
Merged

[Backport 2.11] Fix bug, using basic instead of basicauth #2355

Fix bug, using basic instead of basicauth (#2342)
fa1f035
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 25, 2023 in 0s

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

View this Pull Request on Codecov

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

Details

Codecov Report

Merging #2355 (fa1f035) into 2.11 (8791bb0) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##               2.11    #2355   +/-   ##
=========================================
  Coverage     96.50%   96.50%           
  Complexity     4935     4935           
=========================================
  Files           465      465           
  Lines         13585    13588    +3     
  Branches        906      906           
=========================================
+ Hits          13110    13113    +3     
  Misses          456      456           
  Partials         19       19           
Files Coverage Δ
.../spark/asyncquery/model/SparkSubmitParameters.java 100.00% <100.00%> (ø)
.../sql/spark/dispatcher/InteractiveQueryHandler.java 100.00% <100.00%> (ø)
.../spark/execution/session/CreateSessionRequest.java 100.00% <100.00%> (ø)