sdf-jkl opened a new issue, #8477: URL: https://github.com/apache/arrow-rs/issues/8477
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** <!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] (This section helps Arrow developers understand the context and *why* for this feature, in addition to the *what*) --> Working on the #8082 and trying to use `variant_get` kernel with `cast_as = utf8` option gave me an error `"Not a primitive type: Utf8"` during arrow_to_variant conversion. **Describe the solution you'd like** <!-- A clear and concise description of what you want to happen. --> We need to implement arrow_to_variant support for all other primitive and non-primitive types. These include: Primitive: - [ ] TimeStamp - [ ] Date32,Date64, Time32, Time64 - [ ] Duration, Interval - [ ] Decimal32, 64, 128, 256 Non-primitive: - [ ] Null - [ ] Boolean - [ ] Utf-8, LargeUtf8, Utf8View - [ ] Binary, LargeBinary, BinaryView - [ ] FixedSizeBinary - [ ] Map - [ ] Struct - [ ] Lists(List, LargeList, ListView, LargeListView, FixedSizeList) - [ ] Union - [ ] Dictionary - [ ] RunEndEncoded **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. --> Will be helpful for unit testing. -- 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]
