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
We currently only support parallelizing reads at the row group level. In practice this is usually plenty, although if you wanted to add support for this I'd be happy to provide some pointers
Which part is this question about
parquet's api.
Describe your question
How to do concurrent read/decoding over columns? The similar code can be found in polars
I found the
build_array_reader
function, but I can't construct aParquetField
, which is the input param of this function.Additional context
The text was updated successfully, but these errors were encountered: