jp0317 opened a new issue, #6693: URL: https://github.com/apache/arrow-rs/issues/6693
**Describe the bug** The index is checked currently as [> len()](https://github.com/apache/arrow-rs/blob/master/parquet/src/schema/types.rs#L1137-L1144). It should be `>= len()`. **To Reproduce** n/a **Expected behavior** index being validated properly **Additional context** n/a -- 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]
