This repository has been archived by the owner on Feb 18, 2024. It is now read-only.
Stack overflow in parquet RowGroupReader with groups_filter #1206
Labels
bug
Something isn't working
Hi. Parsing parquet files with a large number of row groups and using the row
groups_filter
causes a stack overflow for me. The reason seems to be the recursive call toself._next()
in the following code.arrow2/src/io/parquet/read/file.rs
Line 233 in 5711cfc
The text was updated successfully, but these errors were encountered: