Commit f10f15e
authored
[PECOBLR-762] Make U2M work independent to that of java sdk (#954)
## Description
- We have had issues with making Azure U2M work in the long term, this
PR is to fix these issues in the next release.
- In this PR we have replicated the simple U2M flow added in our other
OSS drivers.
## Testing
- Added unit tests to maintain coverage.
- Tested manually using Auth_Flow=2 with adb host.
- Note that one of our customer also tested this out and says it is
working for them too.
## Additional Notes to the Reviewer
- This ticket will decide the future fate of placement of the Azure U2M
auth class : https://databricks.atlassian.net/browse/PECOBLR-7621 parent df447ec commit f10f15e
6 files changed
Lines changed: 1338 additions & 4 deletions
File tree
- src
- main/java/com/databricks/jdbc
- api
- impl
- internal
- auth
- dbclient/impl/common
- test/java/com/databricks/jdbc/auth
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
215 | 215 | | |
216 | 216 | | |
217 | 217 | | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
218 | 223 | | |
219 | 224 | | |
220 | 225 | | |
| |||
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
20 | 27 | | |
21 | 28 | | |
22 | 29 | | |
| |||
0 commit comments