zeroshade opened a new pull request, #197: URL: https://github.com/apache/arrow-go/pull/197
### Rationale for this change closes #195 For parquet files that contain more than 2GB of data in a column, we should allow a user to force using the LargeString/LargeBinary variants without requiring a stored schema. ### What changes are included in this PR? Adds `ForceLarge` option to `pqarrow.ArrowReadProperties` and enables it to force usage of `LargeString` and `LargeBinary` data types. ### Are these changes tested? Yes, a unit test is added. ### Are there any user-facing changes? No breaking changes, only the addition of a new option. -- 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]
