alamb opened a new issue, #8370:
URL: https://github.com/apache/arrow-rs/issues/8370

   **Is your feature request related to a problem or challenge? Please describe 
what you are trying to do.**
   - Part of https://github.com/apache/arrow-rs/issues/6736
   
   Parquet include a Variant logical type that is used to tell other readers a 
column is a Variant:
   
https://github.com/apache/parquet-format/blob/c3f7be7dc615de76910154d690c534768ba25d6f/src/main/thrift/parquet.thrift#L494
   
   We have been using Arrow extension types for the in memory manipulation of 
Variant. 
   
   We need to teach the rust reader / writer how to also use the Parquet 
LogicalType
   
   
   **Describe the solution you'd like**
   The rust writer should write the Variant logical type when writing 
VariantArrays
   
   The rust reader should recognize columns of the Variant logical type and add 
the relevant arrow extension type metadata
   
   **Describe alternatives you've considered**
   <!--
   A clear and concise description of any alternative solutions or features 
you've considered.
   -->
   
   **Additional context**
   <!--
   Add any other context or screenshots about the feature request here.
   -->
   


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