eric-wang-1990 commented on code in PR #2896: URL: https://github.com/apache/arrow-adbc/pull/2896#discussion_r2116858363
########## csharp/src/Drivers/Databricks/DatabricksStatement.cs: ########## @@ -41,6 +41,18 @@ internal class DatabricksStatement : SparkStatement, IHiveServer2Statement public DatabricksStatement(DatabricksConnection connection) : base(connection) { Review Comment: Why this PR prevent GetTables metadata query? This would just try to replace null with initial namespace value but should not affect any existing metadata queries -- 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