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

   **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
   
   @mkarbo  implemented the initial support for reading variant types in this PR
   - https://github.com/apache/arrow-rs/pull/7535
   
   This PR included some, but not all of the "primitive types" from the variant 
spec. We should now complete support for the remaining Variant types
   
   **Describe the solution you'd like**
   Support all the primitive types listed in [the variant 
spec](https://github.com/apache/parquet-format/blob/master/VariantEncoding.md#value-data-for-primitive-type-basic_type0)
   
   
   
   **Describe alternatives you've considered**
   
   Basically
   1. Uncomment the types in `get_primitive_cases` in 
https://github.com/apache/arrow-rs/blob/main/parquet-variant/tests/variant_interop.rs
   2. Implement the corresponding code
   
   
   
   
   **Additional context**
   @PinkCrow007 has an implementation of much of this code in 
   - https://github.com/apache/arrow-rs/pull/7452
   Also there is a larger end to end PR here:
   - https://github.com/apache/arrow-rs/pull/7404


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

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

Reply via email to