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
This is also causing TPCH q7 benchmark to fail due to OOM in #1652 (comment).
To Reproduce
Compare peak memory usage between 2008b1d and c0c9c72 when processing a parquet table.
Expected behavior
Memory usage should be on par with arrow-rs or alternatively we should have an option in arrow2 to let user make memory usage and array segmentation tradeoffs.
Describe the bug
First reported by @ic4y at #1556 (comment).
This is also causing TPCH q7 benchmark to fail due to OOM in #1652 (comment).
To Reproduce
Compare peak memory usage between 2008b1d and c0c9c72 when processing a parquet table.
Expected behavior
Memory usage should be on par with arrow-rs or alternatively we should have an option in arrow2 to let user make memory usage and array segmentation tradeoffs.
Additional context
Related upstream issue: jorgecarleitao/arrow2#768
The text was updated successfully, but these errors were encountered: