sdf-jkl commented on issue #8087:
URL: https://github.com/apache/arrow-rs/issues/8087#issuecomment-4092942298

   Seems like there are a lot of types that still need `typed_value_to_variant` 
support:
   
   - [ ] - Unsigned ints (UInt8/16/32/64)
   - [ ] - Decimal256
   - [ ] - Timestamp(Second|Millisecond)
   - [ ] - Date64
   - [ ] - Time32(Second|Millisecond), Time64(Nanosecond)
   - [ ] - Binary, LargeBinary
   - [ ] - Nested/complex: List, LargeList, ListView, LargeListView, 
FixedSizeList, Struct, Map, Union, Dictionary, RunEndEncoded
   
   We should look into a refactor to reuse existing `arrow_to_variant` builders 
and deduplicate the same logic.


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