jadewang-db commented on code in PR #3132: URL: https://github.com/apache/arrow-adbc/pull/3132#discussion_r2198826881
########## 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: yeah, should not swallow the exception here. but wondering do we see any test failures for this case, if not, we are missing some test coverage? -- 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