codephage2020 commented on code in PR #8233: URL: https://github.com/apache/arrow-rs/pull/8233#discussion_r2307481569
########## parquet-variant-compute/src/type_conversion.rs: ########## @@ -20,6 +20,7 @@ /// Convert the input array to a `VariantArray` row by row, using `method` /// not requiring a generic type to downcast the generic array to a specific /// array type and `cast_fn` to transform each element to a type compatible with Variant +/// If `strict` is true, return error on conversion failure. If false, insert null. Review Comment: agree -- 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]
