alamb commented on code in PR #8106: URL: https://github.com/apache/arrow-rs/pull/8106#discussion_r2267955452
########## parquet-variant-compute/src/cast_to_variant.rs: ########## @@ -57,6 +57,20 @@ macro_rules! cast_conversion { }}; } +macro_rules! cast_conversion_nongeneric { Review Comment: interesting -- maybe as we go along and add more macros we'll find some way to unify this and `cast_conversion!` -- 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