toddmeng-db commented on code in PR #3217: URL: https://github.com/apache/arrow-adbc/pull/3217#discussion_r2248429124
########## csharp/src/Drivers/Apache/Hive2/HiveServer2Statement.cs: ########## @@ -726,20 +740,15 @@ protected internal QueryResult EnhanceGetColumnsResult(Schema originalSchema, IR protected virtual async Task<QueryResult> GetColumnsExtendedAsync(CancellationToken cancellationToken = default) { - // 1. Get all three results at once + // 1. Get columns result and read all data immediately var columnsResult = await GetColumnsAsync(cancellationToken); if (columnsResult.Stream == null) { // TODO: Add log or throw return columnsResult; } Review Comment: Moved to a follow-up PR -- 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