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


##########
csharp/src/Drivers/Databricks/CloudFetch/CloudFetchReader.cs:
##########
@@ -117,6 +117,24 @@ public CloudFetchReader(DatabricksStatement statement, 
Schema schema, bool isLz4
                 client.Timeout = TimeSpan.FromMinutes(this.timeoutMinutes);
                 return client;
             });
+

Review Comment:
   we should not use this reader, in stead, should use the Databricks reader



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