CurtHagenlocher commented on code in PR #2737: URL: https://github.com/apache/arrow-adbc/pull/2737#discussion_r2064305429
########## csharp/src/Drivers/Databricks/DatabricksConnection.cs: ########## @@ -145,6 +169,22 @@ protected override HttpMessageHandler CreateHttpHandler() return baseHandler; } + protected internal override bool AreResultsAvailableDirectly() => _enableDirectResults; Review Comment: Another good place for a property: ```suggestion protected internal override bool AreResultsAvailableDirectly => _enableDirectResults; ``` Sorry; I missed this in my previous review. -- 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