ryan-syed commented on code in PR #1352:
URL: https://github.com/apache/arrow-adbc/pull/1352#discussion_r1448032873
##########
csharp/test/Drivers/Interop/Snowflake/DriverTests.cs:
##########
@@ -83,12 +83,6 @@ public DriverTests()
Dictionary<string, string> options = new Dictionary<string,
string>();
_snowflakeDriver =
SnowflakeTestingUtils.GetSnowflakeAdbcDriver(_testConfiguration, out
parameters);
- string databaseName = _testConfiguration.Metadata.Catalog;
Review Comment:
The database name is not required for the getting the metadata anymore. The
calls prefix the specific DB name whose INFORMATION_SCHEMA tables need to be
accessed.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]