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

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


-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to