minyoung commented on issue #33875:
URL: https://github.com/apache/arrow/issues/33875#issuecomment-1412500245

   Updated the PR to now read into `array.LargeString`/`array.LargeBinary` if 
the schema is stored.
   
   If the schema is not stored, then we'll read into 
`array.String`/`array.Binary`. Not sure if we should try do something fancy 
like looking at the column chunk sizes (sum of?) and automatically use 
`LargeString`/`LargeBinary` if they're >2G?


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