davidhcoe commented on code in PR #2312:
URL: https://github.com/apache/arrow-adbc/pull/2312#discussion_r1836823500


##########
csharp/src/Drivers/Apache/Hive2/HiveServer2Statement.cs:
##########
@@ -127,6 +130,8 @@ protected async Task ExecuteStatementAsync()
 
         protected internal long BatchSize { get; private set; } = 
HiveServer2Connection.BatchSizeDefault;
 
+        protected internal int QueryTimeoutSeconds { get; private set; } = 
HiveServer2Connection.QueryTimeoutDefault;

Review Comment:
   ... like this is QueryTimeoutSeconds returning "QueryTimeoutDefault"



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