-
Notifications
You must be signed in to change notification settings - Fork 414
Feat: support return_type = arrow_stream for connectorx backend #3218
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
docs | 7ac6834 | Commit Preview URL Branch Preview URL |
Nov 13 2025, 09:47 PM |
e782320 to
5266e84
Compare
c75ea6d to
6468294
Compare
rudolfix
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! thanks for fixing precision tests! I've added my old fix for date64 (botched timestamps) which came back with streaming backend and updated the tests. pls take a look. otherwise ready to merge
Resolves #3193
python_version >= '3.10'from>=0.4.2to>=0.4.4- thearrow_streamreturn_typedoes indeed provide functional parity with other backends and potentially a serious memory footprint optimization. At the same time, between 0.4.2 and 0.4.4connectorxdidn't change any dependency/support specification, so we can upgrade to this version "for free"