sdf-jkl commented on PR #10114: URL: https://github.com/apache/arrow-rs/pull/10114#issuecomment-5540245260
Sorry @klion26, I wasn’t clear. The `Variant::Object` value being silently dropped when formatting a `Variant::List` is a regression introduced by this PR, so I think it should be addressed here rather than deferred to #10982. What I meant could be tracked separately is the pre-existing inconsistency in `arrow-cast`: it does not support a top-level `Struct` → `Utf8` cast, but it does format a `Struct` nested inside a `List` [via `ArrayFormatter`](https://github.com/apache/arrow-rs/blob/70219af2ffa16615e2fcde5760b0218f5c986ac6/arrow-cast/srcgast/display.rs#L1244-L1261). -- 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]
