mapleFU opened a new issue, #38849:
URL: https://github.com/apache/arrow/issues/38849

   ### Describe the enhancement requested
   
   Parquet itself doesn't has a `LIST_VIEW` type, however, we can read/write a 
`LIST_VIEW` inside parquet.
   
   Some notes:
   
   1. During loading, I think making a `arrow::list` is ok, and converting a 
List to ListView is so convenient. So maybe we can first support write
   2. For `parquet::arrow::SchemaManifest`, maybe it's ok to just store a 
`list` as metadata?
   
   ### Component(s)
   
   C++, Parquet


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

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

Reply via email to