apache / arrow-adbc

Database connectivity API standard and libraries for Apache Arrow
https://arrow.apache.org/adbc/
Apache License 2.0
328 stars 83 forks source link

csharp/test/Drivers/Snowflake/ClientTests: hard coded values in tests are failing #1331

Open davidhcoe opened 7 months ago

davidhcoe commented 7 months ago

The 32 value at https://github.com/apache/arrow-adbc/blame/2e7f013416705c785d2fb970897951e26bcb33e3/csharp/test/Drivers/Snowflake/ClientTests.cs#L213 is failing for me (I have 34). These should probably be more dynamic/configuration-driven.

CurtHagenlocher commented 7 months ago

Interesting. I picked INFORMATION_SCHEMA because I assumed that it would have a pretty stable catalog. I suspect we're going to need to do what the Go tests do and create a new schema (and new tables within that schema) as part of the tests so that we have a known source.