fallintoplace opened a new pull request, #1075: URL: https://github.com/apache/arrow-go/pull/1075
Fixes #887 The Parquet specification requires pages referenced by an OffsetIndex to begin at row boundaries. Reuse the existing row-aware batching path for repeated V1 columns when page indexing is enabled, including the variable-length writer paths generated from the template. The regression test exercises V1 pages with indexing, a batch size that does not divide the logical row width, and repeated values. Tested with: go test ./parquet/file -run TestDataPageV1OffsetIndexRowBoundaries -- 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]
