arthurpassos commented on PR #35825: URL: https://github.com/apache/arrow/pull/35825#issuecomment-1584832278
> Well hold on, I guess I misunderstand some piece of the code. Seems that this patch has two parts: > > 1. If set `use_large_binary_variants`, arrow reader for that field should have internal type `LargeBinaryArray` or `LargeStringArray` > 2. If set `use_large_binary_variants`, using `LargeBinary` or `LargeBinaryArray` to build the accumulator > > Seems that `store_schema` only ensures "1"? If the schema does not result in `ArrowReaderProperties::use_large_binary_variants = true`, then most likely. -- 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]
