-
Notifications
You must be signed in to change notification settings - Fork 453
SQL Server 2025: Enable Vector & JSON Tests and Address Compatibility Gaps #2846
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
Merged
muskan124947
merged 10 commits into
main
from
users/muskgupta/fix_failures_with_sqlserver2025
Dec 5, 2025
Merged
SQL Server 2025: Enable Vector & JSON Tests and Address Compatibility Gaps #2846
muskan124947
merged 10 commits into
main
from
users/muskgupta/fix_failures_with_sqlserver2025
Dec 5, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
machavan
previously approved these changes
Nov 19, 2025
Contributor
Author
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2846 +/- ##
============================================
- Coverage 56.44% 56.43% -0.01%
+ Complexity 4566 4563 -3
============================================
Files 151 151
Lines 34560 34560
Branches 5768 5768
============================================
- Hits 19508 19505 -3
+ Misses 12425 12422 -3
- Partials 2627 2633 +6 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Removed inline Mockito dependency for JRE 8 profile.
Removed Mockito dependency from pom.xml.
machavan
previously approved these changes
Dec 4, 2025
divang
approved these changes
Dec 5, 2025
machavan
approved these changes
Dec 5, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Enabled vector and JSON tests to run on SQL Server 2025, ensuring compatibility with the latest server version.
Introduced the xSQLv17 test tag to clearly identify and exclude tests that are not compatible with SQL Server 2025, allowing more accurate and controlled test execution across versions.