Commits


Micah Kornfield authored and Neal Richardson committed 87b85afa0e3
ARROW-8493: [C++][Parquet] Start populating repeated ancestor defintion level - Introduces a new struct to track levels during SchemaManifset construction. - Also add additional check that list annotated fields aren't repeated - Adds unit test for SchemaManifest::Make to verify rep/def/ancestor levels. Closes #7973 from emkornfield/parquet Lead-authored-by: Micah Kornfield <emkornfield@gmail.com> Co-authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: Neal Richardson <neal.p.richardson@gmail.com>