Improve Unit Test Coverage of ArrayReaderBuilder #1484
Labels
enhancement
Any new improvement worthy of a entry in the changelog
parquet
Changes to the parquet crate
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
Whilst working on #1483 I noticed that
ArrayReaderBuilder
has a single rather limited unit test. Whilst I think many codepaths are covered by tests at higher levels, it would be good to have some unit test coverage of what is a relatively non-trivial piece of code which walks the potentially nested parquet schema.It may also be a worthwhile exercise to split up the relatively large functions into smaller functions that can be tested independently, with the added bonus of improving readability.
Describe the solution you'd like
Some more unit tests of this functionality
The text was updated successfully, but these errors were encountered: