toddmeng-db commented on code in PR #2896: URL: https://github.com/apache/arrow-adbc/pull/2896#discussion_r2116496526
########## csharp/src/Drivers/Databricks/DatabricksStatement.cs: ########## @@ -41,6 +41,18 @@ internal class DatabricksStatement : SparkStatement, IHiveServer2Statement public DatabricksStatement(DatabricksConnection connection) : base(connection) { Review Comment: @eric-wang-1990 I think it makes more sense to do the schema filtering here, instead of in powerbi*. Do you think this makes sense? Also, this PR will affect other metadata calls (to use the default namespace if user does not pass in relevant metadata information. What do you think? -- 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