toddmeng-db commented on code in PR #3132:
URL: https://github.com/apache/arrow-adbc/pull/3132#discussion_r2198820796


##########
csharp/src/Drivers/Apache/Hive2/HiveServer2Statement.cs:
##########
@@ -523,6 +523,9 @@ protected virtual async Task<QueryResult> 
GetColumnsAsync(CancellationToken canc
                 cancellationToken);
             OperationHandle = resp.OperationHandle;
 

Review Comment:
   I wonder if we also want to swallow CloseOperation failures. My intuition is 
that it's better to know when we are calling CloseOperation incorrectly (as it 
adds an extra network call), so we should not.



-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to