birschick-bq commented on code in PR #2273:
URL: https://github.com/apache/arrow-adbc/pull/2273#discussion_r1811132750


##########
csharp/test/Drivers/Apache/Spark/DriverTests.cs:
##########
@@ -114,7 +114,7 @@ public void CanExecuteUpdate()
             for (int i = 0; i < queries.Length; i++)
             {
                 string query = queries[i];
-                AdbcStatement statement = adbcConnection.CreateStatement();
+                using AdbcStatement statement = 
adbcConnection.CreateStatement();

Review Comment:
   This helps to exposes the issue.



-- 
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]

Reply via email to