klion26 commented on issue #8805: URL: https://github.com/apache/arrow-rs/issues/8805#issuecomment-3570305369
I found that there are some related issues[1][2] when trying to implement this one. [1] wants to define the behavior of casting error in `variant_get`, [2] wants to unify the `castOptions` in parquet-variant-compute. Currently, the plan is to implement the current issue without introducing any more casting logic, so that we'll have all arrow primitive types supported for `variant` to `arrow`(without `Interval` and `Duration` -- which I think we can't support for now) Then we can implement more cast logic when [1][2] reaches a consensus, after that, we'll revisit all the places that used the cast option, respecting the new cast logics we added(if any) [1] #8086 [2] #8873 -- 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]
