-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-54155][BUILD][TESTS] Upgrade mssql-jdbc to 13.2.1.jre11
#52856
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
Conversation
bjornjorgensen
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
Thank you, @bjornjorgensen . |
|
Could you review this test PR when you have some time, @huaxingao and @attilapiros ? |
huaxingao
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
Thank you so much, @huaxingao . Merged to master/4.1. |
### What changes were proposed in this pull request? This PR aims to upgrade `mssql-jdbc` test dependency to `13.2.1.jre11`. ### Why are the changes needed? To use the latest features (like JDK 23 official support) and bug fixed versions during testing. - https://github.com/microsoft/mssql-jdbc/releases/tag/v13.2.1 - microsoft/mssql-jdbc#2801 - https://github.com/microsoft/mssql-jdbc/releases/tag/v13.2.0 - microsoft/mssql-jdbc#2724 - https://github.com/microsoft/mssql-jdbc/releases/tag/v12.10.2 - https://github.com/microsoft/mssql-jdbc/releases/tag/v12.10.1 - https://github.com/microsoft/mssql-jdbc/releases/tag/v12.10.0 - https://github.com/microsoft/mssql-jdbc/releases/tag/v12.9.0 - microsoft/mssql-jdbc#2515 - https://github.com/microsoft/mssql-jdbc/releases/tag/v12.8.2 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #52856 from dongjoon-hyun/SPARK-54155. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]> (cherry picked from commit 34c3dde) Signed-off-by: Dongjoon Hyun <[email protected]>
### What changes were proposed in this pull request? This PR aims to upgrade `mssql-jdbc` test dependency to `13.2.1.jre11`. ### Why are the changes needed? To use the latest features (like JDK 23 official support) and bug fixed versions during testing. - https://github.com/microsoft/mssql-jdbc/releases/tag/v13.2.1 - microsoft/mssql-jdbc#2801 - https://github.com/microsoft/mssql-jdbc/releases/tag/v13.2.0 - microsoft/mssql-jdbc#2724 - https://github.com/microsoft/mssql-jdbc/releases/tag/v12.10.2 - https://github.com/microsoft/mssql-jdbc/releases/tag/v12.10.1 - https://github.com/microsoft/mssql-jdbc/releases/tag/v12.10.0 - https://github.com/microsoft/mssql-jdbc/releases/tag/v12.9.0 - microsoft/mssql-jdbc#2515 - https://github.com/microsoft/mssql-jdbc/releases/tag/v12.8.2 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? No. Closes apache#52856 from dongjoon-hyun/SPARK-54155. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
What changes were proposed in this pull request?
This PR aims to upgrade
mssql-jdbctest dependency to13.2.1.jre11.Why are the changes needed?
To use the latest features (like JDK 23 official support) and bug fixed versions during testing.
Does this PR introduce any user-facing change?
No.
How was this patch tested?
Pass the CIs.
Was this patch authored or co-authored using generative AI tooling?
No.