CurtHagenlocher commented on code in PR #1863:
URL: https://github.com/apache/arrow-adbc/pull/1863#discussion_r1602189561
##########
csharp/src/Drivers/Apache/Hive2/HiveServer2Connection.cs:
##########
@@ -35,6 +36,8 @@ public abstract class HiveServer2Connection : AdbcConnection
internal TTransport? transport;
internal TCLIService.Client? client;
internal TSessionHandle? sessionHandle;
+ private string? _vendorVersion;
Review Comment:
I don't know that we have a theory around expected concurrency behavior
here. Should we try to protect against concurrent utilization of the connection
by two different operations in general?
--
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]