birschick-bq commented on code in PR #1863:
URL: https://github.com/apache/arrow-adbc/pull/1863#discussion_r1602331203
##########
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:
Now setting the values using `Lazy<>` in a thread-safe way. Unlikely to be
too expensive on a once-per-connection call.
--
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]