Xiaoying Wang
Xiaoying Wang
Can you try out the new alpha version `0.3.4a1` to see whether it fixes the issue?
I will close it for now but feel free to open it if you find any issue with `0.3.4a1`.
Hi @GatienDoesStuff , thanks for bringing up this issue! > Would any commits targeting the sybil crate be welcome ? Yes. We can accept PRs for adding `sybil` support for...
We have initialized the [arrow batch iterator](https://github.com/sfu-db/connector-x/blob/main/connectorx/src/arrow_batch_iter.rs) for rust and cpp library. Need more work in terms of testing and exposing to python library.
> I think it will be an awesome addition to be able to get a [RecordBatchReader](https://arrow.apache.org/docs/python/generated/pyarrow.RecordBatchReader.html) directly from `read_sql` which only materializes the record batches (sends queries to DB) when...