arthurpassos commented on PR #35825: URL: https://github.com/apache/arrow/pull/35825#issuecomment-1597466523
> > Btw, what do you mean by "should we ignore ArrowReaderProperties.use_large_binary_variant() if the original schema is BinaryType or StringType?" > > When ArrowWriterProperties.store_schema() is set to true, the reader creates LargeBinaryArray if the writer has used LargeBinaryArray before this change. Now with this change, what should we do if ArrowReaderProperties.use_large_binary_variant() is false? Keeping using LargeBinaryArray when reading, or use BinaryArray? I think we should keep using Large variant -- 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]
