klion26 commented on code in PR #8089: URL: https://github.com/apache/arrow-rs/pull/8089#discussion_r2262224149
########## parquet-variant-compute/src/cast_to_variant.rs: ########## @@ -134,6 +134,38 @@ pub fn cast_to_variant(input: &dyn Array) -> Result<VariantArray, ArrowError> { DataType::Float64 => { primitive_conversion!(Float64Type, input, builder); } + DataType::Struct(_) => { Review Comment: Seems the code is the same as in #8090? Is this expected? -- 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 For queries about this service, please contact Infrastructure at: us...@infra.apache.org