alexguo-db commented on code in PR #2737:
URL: https://github.com/apache/arrow-adbc/pull/2737#discussion_r2064624746


##########
csharp/src/Drivers/Databricks/DatabricksConnection.cs:
##########
@@ -145,6 +169,22 @@ protected override HttpMessageHandler CreateHttpHandler()
             return baseHandler;
         }
 
+        protected internal override bool AreResultsAvailableDirectly() => 
_enableDirectResults;

Review Comment:
   This is overriding AreResultsAvailableDirectly in 
HiveServer2Connection/SparkConnection, where it is a function. Should I update 
the field in both parent classes to be a property as well?



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

Reply via email to