Aldrin M
Aldrin M
> maybe not. there will be 1000 files, and we may have 1M such files. it brings more disk IOs, file open requests, overheads on each column, and complexity to...
looks to me like these are the functions Weston mentioned: [ipc::reader.cc#L1310](https://github.com/apache/arrow/blob/apache-arrow-8.0.1/cpp/src/arrow/ipc/reader.cc#L1310) [ipc::reader.cc#L1366](https://github.com/apache/arrow/blob/apache-arrow-8.0.1/cpp/src/arrow/ipc/reader.cc#L1366) I don't see any obvious python bindings yet. These might not be exposed directly in pyarrow
> @drin ...I did a lot of work on the rle-util branch in the recent time... I'm going to push that, so that you can see the lastest version of...
Hello! it looks like there's a relevant JIRA issue: [ARROW-9502](https://issues.apache.org/jira/browse/ARROW-9502). So, an answer to 1 of your questions seems to be that parquet does not support date64. I am not...
no problem, good luck!
https://crossbow.voltrondata.com/pr_docs/13859/ (for my own reference, not sure if there's an accessible link elsewhere)
just wanted to mention that I just came across this as well! Unfortunate, and I looked at the mariadb odbc code to see if I could work through it relatively...
while I'm simmering on this code, I think one of your imports is malformed, specifically: ```python from pyarrow.lib cimport CTable, pyarrow_unwrap_table(sa_table) # I don't think you want to pass `sa_table`...
also you maybe want to try importing `CChunkedArray`? I don't really see any problems otherwise though. Maybe you can try moving the python code to a `.pyx` file and see...
I still see this issue with poetry 1.3.1 and fish 3.6.0 on macosx using homebrew. I'll see if I can submit a follow-up PR (if there isn't already one) in...