REASY commented on issue #4973: URL: https://github.com/apache/arrow-rs/issues/4973#issuecomment-1774066454
Let me try your suggestion, @tustvold, thank you! Meanwhile, debugging points me to https://github.com/apache/arrow-rs/blob/1d6feeacebb8d0d659d493b783ba381940973745/parquet/src/column/writer/mod.rs#L680-L685 that accumulates stats every time a new page is created https://github.com/apache/arrow-rs/blob/1d6feeacebb8d0d659d493b783ba381940973745/parquet/src/column/writer/mod.rs#L745 In case if I write 1000 rows, 100 rows per group I see it is a vec<vec<>> with 50 elements:  -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
