Skip to content
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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

ritiktrianz
Copy link
Contributor

@ritiktrianz ritiktrianz commented Jan 17, 2025

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.

@AbdulR3hman AbdulR3hman force-pushed the sqlserver_phase2_tablelist_issue branch from 0c8056b to 1bc6a1f Compare January 21, 2025 16:24
@AbdulR3hman AbdulR3hman enabled auto-merge (squash) January 21, 2025 16:26
Copy link
Contributor

@AbdulR3hman AbdulR3hman left a 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

@AbdulR3hman AbdulR3hman disabled auto-merge January 21, 2025 16:38
@ritiktrianz ritiktrianz force-pushed the sqlserver_phase2_tablelist_issue branch from 1bc6a1f to a635a26 Compare January 21, 2025 16:55
@AbdulR3hman AbdulR3hman force-pushed the sqlserver_phase2_tablelist_issue branch from a635a26 to 06a68ad Compare January 21, 2025 16:55
Copy link

codecov bot commented Jan 21, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 61.21%. Comparing base (c83e8f2) to head (550af16).
Report is 28 commits behind head on master.

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.
📢 Have feedback on the report? Share it here.

@ritiktrianz
Copy link
Contributor Author

ritiktrianz commented Jan 21, 2025

seems we have some failed tests; can you please check

Thanks for the update, seems like it passing now.

@AbdulR3hman AbdulR3hman force-pushed the sqlserver_phase2_tablelist_issue branch from 06a68ad to 550af16 Compare January 21, 2025 17:46
…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.
@AbdulR3hman AbdulR3hman force-pushed the sqlserver_phase2_tablelist_issue branch from 550af16 to ee2c964 Compare January 21, 2025 18:16
@AbdulR3hman AbdulR3hman enabled auto-merge (squash) January 21, 2025 18:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants