jackyhu-db opened a new pull request, #3544: URL: https://github.com/apache/arrow-adbc/pull/3544
## Motivation Disable `UseDescTableExtended` (use `DESC TABLE AS JOIN` to get metadata) by default in the Databricks Driver, so it will not call `DESC TABLE AS JSON` to get the meta data in Power BI by default. But customer can turn it on by setting `UseDescTableExtended=1` as the connection property in Power BI or setting `adbc.databricks.use_desc_table_extended=true` as ADBC connection properties. ## Change - Set `DatabricksConnection:_useDescTableExtended` default value as `false` ## Test - Unit test and 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
