CurtHagenlocher commented on code in PR #3139: URL: https://github.com/apache/arrow-adbc/pull/3139#discussion_r2202269307
########## csharp/test/Drivers/Databricks/E2E/DatabricksConnectionTest.cs: ########## @@ -373,8 +373,21 @@ public async Task SetDefaultCatalogAndSchemaOptionsTest(string? inputCatalog, st var testConfig = (DatabricksTestConfiguration)TestConfiguration.Clone(); testConfig.EnableMultipleCatalogSupport = enableMultipleCatalogSupport; - if (inputCatalog is not null) testConfig.Catalog = inputCatalog; - if (inputSchema is not null) testConfig.DbSchema = inputSchema; + if (inputCatalog is not null) + { + testConfig.Catalog = inputCatalog; + } else Review Comment: nit: add newline before else -- 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