klin333 commented on issue #822:
URL: 
https://github.com/apache/arrow-nanoarrow/issues/822#issuecomment-3505152146

   Hm, i can no longer reproduce the error (my original reprex in OP that 
showed 920.7 seconds for ncols=160), if i change from snowflake adbc to 
adbcsqlite, ie this:
   ```r
   adbc_con <- adbcsqlite::adbcsqlite() |>
       adbcdrivermanager::adbc_database_init(uri = 'tests/test.adbcsqlite') |>
       adbcdrivermanager::adbc_connection_init()
   ```
   
   yeah i'm super confused now... I don't think it's an issue isolated to me, 
as others have reported slow snowflake adbc connections 
https://github.com/apache/arrow-adbc/issues/2508 . i don't know much about 
adbcsqlite to know if this observation is sufficient to  isolate the problem to 
snowflake adbc.


-- 
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