wgtmac commented on PR #35825:
URL: https://github.com/apache/arrow/pull/35825#issuecomment-1594883312

   What about adding an overload of `RoundTripSingleColumn` to respect 
`ArrowReaderProperties.use_large_binary_variant()` by converting BinaryArray to 
LargeBinaryArray as expected?
   
   BTW, `TEST_F(TestLargeBinaryParquetIO, Basics)` has verified if 
`ArrowWriterProperties.store_schema()` is set to true, LargeBinaryArray will be 
used to read from parquet file. In this case, should we ignore 
`ArrowReaderProperties.use_large_binary_variant()` if the original schema is 
BinaryType or StringType?


-- 
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]

Reply via email to