-
Notifications
You must be signed in to change notification settings - Fork 300
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
SQLServer glue get table api issue fix #2524
base: master
Are you sure you want to change the base?
SQLServer glue get table api issue fix #2524
Conversation
0c8056b
to
1bc6a1f
Compare
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.
seems we have some failed tests; can you please check
1bc6a1f
to
a635a26
Compare
a635a26
to
06a68ad
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2524 +/- ##
=========================================
Coverage 61.21% 61.21%
Complexity 3756 3756
=========================================
Files 577 577
Lines 21435 21435
Branches 2659 2659
=========================================
Hits 13122 13122
Misses 7042 7042
Partials 1271 1271 ☔ View full report in Codecov by Sentry. |
Thanks for the update, seems like it passing now. |
06a68ad
to
550af16
Compare
…due to a case-sensitivity issue with the PARTITION_NUMBER. By converting the PARTITION_NUMBER column to lowercase, we achieved successful data retrieval through the Glue API.
…due to a case-sensitivity issue with the PARTITION_NUMBER. By converting the PARTITION_NUMBER column to lowercase, we achieved successful data retrieval through the Glue API.
550af16
to
ee2c964
Compare
Issue #, if available:
The SQL Server Glue Get Table API was not retrieving data as expected due to a case-sensitivity issue with the PARTITION_NUMBER.
Description of changes:
Firstly by following PR #2523 of reverting back preview version and By converting the PARTITION_NUMBER column to lowercase, we achieved successful data retrieval through the Glue API.
PFA, test doc with and without glue
SQLSERVER_PH2.xlsx
SQLSERVER_FUNCTIONAL_TEST_2025-01-17_13_46_37.009157 1.csv
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.