Chitral Verma
Chitral Verma
let me check this out and get back to you by Tuesday
@grouzen @cebaa For this to be available on maven central the project would need permissions from the official project author @ritchie46 because currently, the project uses the group id `org.polars`....
let me check this out
@jarredparrett my bad for the late response, please raise a PR for this if its not too much. thanks a lot
yes, i thought so, just wanted to check with maintainers. maybe this can be one of the "integrations" in a separate repo like oli, etc.
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 the...
@wangxiaoying I checked this out today and here are my findings 1. `arrow_rb` can be easily added on the python side as a return_type and can return a generator of`RecordBatch`es....
actually, scratch the above, I managed to get this working exactly as expected. will raise a PR today for your review. :D
instead of relying on myself protocol, can't [this official client](https://github.com/ClickHouse/clickhouse-rs) be used to separate interfaces exposed under dedicated feature?
@xerial any updates on this PR?