jduo commented on code in PR #1338:
URL: https://github.com/apache/arrow-adbc/pull/1338#discussion_r1416204175
##########
csharp/test/Drivers/Snowflake/DriverTests.cs:
##########
@@ -39,6 +39,8 @@ public class DriverTests : IDisposable
readonly AdbcDriver _snowflakeDriver;
readonly AdbcDatabase _database;
readonly AdbcConnection _connection;
+ readonly AdbcStatement _statement;
Review Comment:
This needs to be Dispose()d too.
--
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]