toddmeng-db commented on code in PR #2896: URL: https://github.com/apache/arrow-adbc/pull/2896#discussion_r2116528158
########## csharp/src/Drivers/Databricks/DatabricksStatement.cs: ########## @@ -41,6 +41,18 @@ internal class DatabricksStatement : SparkStatement, IHiveServer2Statement public DatabricksStatement(DatabricksConnection connection) : base(connection) { Review Comment: On second thought, I think this PR prevents us from making blanket metadata queries with no catalog and schema (like GetTables). Is that acceptable? -- 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