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

test(csharp/test/Drivers/Snowflake): Correct catalog field name in README, generify expected table name in CanClientExecuteUpdateUsingExecuteReader test #1240

Merged
merged 1 commit into from
Oct 31, 2023

Conversation

vleslief-ms
Copy link
Contributor

README currently lists the field name as "database", when it should be "catalog". Also add a few small notes that the config file is JSON and there's a template in resources to use.

CanClientExecuteUpdateUsingExecuteReader() currently has the table name ADBC_ALLTYPES hardcoded, ignoring the table value set in the configuration. It can be made to use the config table name instead.

@vleslief-ms vleslief-ms requested a review from lidavidm as a code owner October 30, 2023 22:30
@github-actions
Copy link

⚠️ Please follow the Conventional Commits format in CONTRIBUTING.md for PR titles.

@vleslief-ms vleslief-ms changed the title test(csharp/snowflake): Correct catalog field name in README, generify expected table name in CanClientExecuteUpdateUsingExecuteReader test test(csharp/test/Drivers/Snowflake): Correct catalog field name in README, generify expected table name in CanClientExecuteUpdateUsingExecuteReader test Oct 30, 2023
Copy link
Member

@lidavidm lidavidm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@lidavidm lidavidm added this to the ADBC Libraries 0.8.0 milestone Oct 31, 2023
@lidavidm lidavidm merged commit b4dbd9d into apache:main Oct 31, 2023
vleslief-ms added a commit to vleslief-ms/arrow-adbc that referenced this pull request Nov 9, 2023
…ADME, generify expected table name in CanClientExecuteUpdateUsingExecuteReader test (apache#1240)

README currently lists the field name as "database", when it should be
"catalog". Also add a few small notes that the config file is JSON and
there's a template in resources to use.

CanClientExecuteUpdateUsingExecuteReader() currently has the table name
ADBC_ALLTYPES hardcoded, ignoring the table value set in the
configuration. It can be made to use the config table name instead.
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.

2 participants