Commit a2b5fd0
authored
[Bugfix] Fix backward incompatible change in SDK : browser auth flow (databricks#973)
## Description
- This is a breaking change for browser based auth, this PR fixes it.
## Testing
- E2E manual testing
- Added a Unit test too
## Additional Notes to the Reviewer
- I am only fixing the bleeding issue as part of this PR. And not the
long term context flag addition in the driver. Added a TODO for the
same.
- Additional context :
https://docs.google.com/document/d/17wkI_I16_k6Igl0QPDWZkgbg-7VApebyO4D1yVeXfpM/edit?tab=t.0#heading=h.ig8zh4bt1u8z
NO_CHANGELOG=true1 parent 9cecd23 commit a2b5fd0
2 files changed
Lines changed: 5 additions & 0 deletions
File tree
- src
- main/java/com/databricks/jdbc/dbclient/impl/common
- test/java/com/databricks/jdbc/dbclient/impl/common
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
196 | 197 | | |
197 | 198 | | |
198 | 199 | | |
| 200 | + | |
| 201 | + | |
199 | 202 | | |
200 | 203 | | |
201 | 204 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
453 | 454 | | |
454 | 455 | | |
455 | 456 | | |
| 457 | + | |
456 | 458 | | |
457 | 459 | | |
458 | 460 | | |
| |||
0 commit comments