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

fix(go/adbc/driver/snowflake): fixed GetTableSchema missing field in rows scan #1620

Closed

Conversation

ryan-syed
Copy link
Contributor

Description

CanGetTableSchema tests were failing in the interop layer

Issue

The number of rows to be scanned for DESC TABLE SQL call were 11, instead of the actual 12 count.

Fix

Added scanning of the 12th field privacyDomain to fix the test and the API call.

Testing

CanGetTableSchema test is now passing

@github-actions github-actions bot added this to the ADBC Libraries 0.11.0 milestone Mar 15, 2024
@ryan-syed ryan-syed closed this Mar 15, 2024
@ryan-syed
Copy link
Contributor Author

Seems like the fix has already been added.

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.

1 participant