fallintoplace opened a new pull request, #1099: URL: https://github.com/apache/arrow-go/pull/1099
### What happened Parquet omits child values for null fixed-size-list parents, but Arrow requires list-size null child slots for every null parent. The reader also skipped validating the final list span. ### What changed Rebuild fixed-size-list children from valid and null runs, materialize null child slots, and validate every decoded span. ### Tests - go test ./parquet/pqarrow -run 'TestParquetArrowIO/TestFixedSizeList' -count=1 -- 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]
