fallintoplace opened a new pull request, #1098: URL: https://github.com/apache/arrow-go/pull/1098
### What happened Arrow dictionary types stored in ARROW:schema metadata were reconstructed with int32 indexes even when the original schema used another signed or unsigned integer width. ### What changed Restore the original index type and safely cast the int32 indexes produced by the Parquet reader before rebuilding dictionary arrays. ### Tests - go test ./parquet/pqarrow -run TestArrowDictionaryTypePreservesIndexType -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]
