CurtHagenlocher commented on code in PR #1807:
URL: https://github.com/apache/arrow-adbc/pull/1807#discussion_r1588597285
##########
csharp/src/Client/AdbcCommand.cs:
##########
@@ -29,28 +29,23 @@ public sealed class AdbcCommand : DbCommand
{
private AdbcStatement adbcStatement;
private int _timeout = 30;
+ private bool _disposed;
Review Comment:
I will eventually file a work item to be consistent about formatting of
field names across the project. This file was egregious in that it had one of
each so there was no way to keep the file consistent... .
--
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]