davidhcoe commented on issue #2171:
URL: https://github.com/apache/arrow-adbc/issues/2171#issuecomment-2407989792

   Yes. I had an email thread with Joel on the topic, but I'll add here that 
the ODBC stack is making the following calls:
   
   ```
   Call 1: 
   show WAREHOUSES
   
   Call 2:
   use "PERF_DB"
   
   Call 3:
   show schemas in database "PERF_DB"
   
   Call 4:
   show /* ODBC:ColumnMetadataSource */ columns in table 
"PERF_DB"."PERF_SCHEMA"."TZLOOKUP"
   
   Call 5:
   show WAREHOUSES
   
   Call 6:
   select "LOCATIONID",
       "BOROUGH",
       "ZONE",
       "SERVICE_ZONE"
   from "PERF_DB"."PERF_SCHEMA"."TZLOOKUP"
   LIMIT 1000 OFFSET 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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to