jackyhu-db commented on code in PR #3241: URL: https://github.com/apache/arrow-adbc/pull/3241#discussion_r2261202666
########## csharp/src/Drivers/Apache/Hive2/HiveServer2Statement.cs: ########## @@ -395,6 +403,9 @@ public override void Dispose() OperationHandle = null; } + // Dispose the current query result if it exists + ClearCurrentQueryResult(); Review Comment: will it introduce extra thrift call? We want to avoid thrift call as much as possible to minimize the latency. And it calls after the statement operation is closed, will it be the problem? -- 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