You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clickhouse python client supports methods like .stream_arrow or .insert_arrow which lets you interface with it using pyarrow types.
Would be nice to have similar APIs on this client using arrow-rs.
Not sure if this makes sense as the Arrow APIs on the clickhouse server are only on http and this library uses only the native protocol from what I can understand.
I'm keen to contribute the implementation, planning to look into it soon
The text was updated successfully, but these errors were encountered:
Clickhouse python client supports methods like
.stream_arrow
or.insert_arrow
which lets you interface with it usingpyarrow
types.Would be nice to have similar APIs on this client using
arrow-rs
.Not sure if this makes sense as the Arrow APIs on the clickhouse server are only on http and this library uses only the native protocol from what I can understand.
I'm keen to contribute the implementation, planning to look into it soon
The text was updated successfully, but these errors were encountered: