CurtHagenlocher commented on code in PR #2737: URL: https://github.com/apache/arrow-adbc/pull/2737#discussion_r2064655218
########## csharp/src/Drivers/Databricks/DatabricksConnection.cs: ########## @@ -145,6 +169,22 @@ protected override HttpMessageHandler CreateHttpHandler() return baseHandler; } + protected internal override bool AreResultsAvailableDirectly() => _enableDirectResults; Review Comment: Yes, please! -- 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