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