birschick-bq opened a new issue, #2670:
URL: https://github.com/apache/arrow-adbc/issues/2670

   ### What feature or improvement would you like to see?
   
   This feature adopts the mechanism used by the BigQuery driver to allow 
definition of multiple test environments but for the Apache/Thrift/Hive-based 
drivers.
   
   See: `csharp/test/Drivers/BigQuery/Resources/bigqueryconfig.json`.
   
   This will reduce the effort in defining/maintaining/executing tests across 
multiple data source variants.
   
   ```
   {
       "testEnvironments": [ "", "" ],
       "shared": {
           "clientId": "clientId_example",
           "clientSecret": "clientSecret_example"
       }
       "environments": {
           "<env1>": {
               "projectId": "",
               "clientId": "$ref:shared.clientId",
               "clientSecret": "$ref:shared.clientSecret",
               "refreshToken": "",
               "maxStreamCount": 1,
               "metadata": {
                   "catalog": "",
                   "schema": "",
                   "table": "",
                   "expectedColumnCount": 0
               },
               "query": "",
               "expectedResults": 0
           }
       }
   }
   ```


-- 
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: issues-unsubscr...@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to