tustvold opened a new issue, #1698: URL: https://github.com/apache/arrow-rs/issues/1698
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** #1682 added new logic for the parquet -> arrow schema conversion, and relied on the existing test coverage in schema.rs to validate this. However, these tests only validate the type conversions, and not the definition/repetition levels. It would be good to add some additional test coverage to cover this **Describe the solution you'd like** Unit tests within the complex.rs module **Additional context** Suggested by @alamb https://github.com/apache/arrow-rs/pull/1682/files/e2f12dedaac3d7cc0ce95cec504ff87e26d6cf4f#r871363997 -- 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]
