jackyhu-db opened a new pull request, #3219: URL: https://github.com/apache/arrow-adbc/pull/3219
## Motivation Sometimes Databricks DBR or SQL warehouse fails to execute `DESC TABLE EXTENDED` due to some internal error on data type parsing and returns SQL State `20000 `. In this case, we also want to fallback to the `HiveStatement2.GetColumnsExtendedAsync` ## Change Add the fallback condition check on `SqlState==20000` in `Databricks GetColumnsExtendedAsync` ## Testing - E2E test -- 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