alamb commented on issue #7973:
URL: https://github.com/apache/arrow-rs/issues/7973#issuecomment-3491293286

   Thanks @jonded94 
   
   I think the workaround is to read the data as a LargeStringArray or 
StringView (`DataType::LargeUtf8` or `DataType::StringView`) or crank down the 
batch size
   
   The real solution would be to teach the parquet decoder how to emit batches 
smaller than `batch_size` when it hit such an issue
   
   
   > (using our own PyO3 wrapper layer around arrow-rs here)
   
   Can you point me at that? Maybe we should change the default type read by 
arrow-rs for Strings to StringView 🤔 
   
   


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