jp0317 opened a new pull request, #6232:
URL: https://github.com/apache/arrow-rs/pull/6232
# Which issue does this PR close?
This fixes one case of #6228.
# Rationale for this change
In read_records, the number of rep levels read from page can be 0 if the
file is corrupted. But currently we don't check that and in that case the
execution will stuck in the read_records, keeping reading but reading nothing.
# What changes are included in this PR?
Error out if reading 0 rep level.
# Are there any user-facing changes?
not really.
--
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]