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

   > however parquet uses ipc schema here. ::arrow::ipc::ReadSchema might work 
bad in this scenerio, 
   
   Thanks @mapleFU  -- I don't fully understand the concern -- if the embedded 
metadata in a parquet file says it was written as a `StringViewArray` I would 
expect the parqet readers that support that type to read it out as a 
`StringViewArray` unless they don't support the type (old readers) or the user 
specifies they want to read the data from parquet as a different type


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