jackyhu-db opened a new pull request, #3139: URL: https://github.com/apache/arrow-adbc/pull/3139
## Issue In some test cases in `DatabricksConnectionTest` and `StatementTest` in Databricks driver test, when catalog/schema is `null`, the test code does not update the corresponding catalog/schema in `TestConfiguration`, if the `catalog` or `schema` is non-empty in the original `TestConfiguration`, the test case will fail ## Changes - Updated `DatabricksConnectionTest:SetDefaultCatalogAndSchemaOptionsTest` to set catalog/schema in testConfig to `string.empty` when catalog/schema is null - Updated `StatementTest:ShouldReturnEmptyPkFkResult_WorksAsExpected` to set statement's catalog to `string.empty` when it is null ## Testing - `Apache.Arrow.Adbc.Tests.Drivers.Databricks.DatabricksConnectionTest` - `Apache.Arrow.Adbc.Tests.Drivers.Databricks.StatementTest` -- 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