lidavidm commented on issue #4271: URL: https://github.com/apache/arrow-adbc/issues/4271#issuecomment-4334795865
Ah, ok. So for Java/JDBC, we have: Arrow data from Databricks/Snowflake => converted to rows for JDBC => converted to Arrow and dict-encoded => sent over WebSocket; for Rust/ADBC we have: Arrow data from Databricks/Snowflake => dict-encoded => sent over WebSocket? I wonder if there's some other bottleneck (especially in the Snowflake case), since it seems it should do at most the same amount of work... -- 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]
