samuelcolvin commented on issue #6310:
URL: https://github.com/apache/arrow-rs/issues/6310#issuecomment-2312219034
Thanks @etseidl, my guess is that the problem comes because either
`num_buffered_rows` or `num_page_nulls` is wrong in in the last page, hence
```rs
let null_page =
(self.page_metrics.num_buffered_rows as u64) ==
self.page_metrics.num_page_nulls;
```
wrongly makes `null_page` false when it should be true.
The parquet file doesn't seem to have anything particularly sensitive in it,
but I wouldn't be happy sharing it on github, happy to email it to you if
you're interested.
--
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]