alamb commented on code in PR #8322:
URL: https://github.com/apache/arrow-rs/pull/8322#discussion_r2341520539


##########
parquet-variant-compute/src/variant_get/output/row_builder.rs:
##########
@@ -193,6 +89,23 @@ struct VariantPathRowBuilder<'a, T: 
VariantShreddingRowBuilder> {
     path: VariantPath<'a>,
 }
 
+trait VariantShreddingRowBuilderWithPath<'a>: VariantShreddingRowBuilder {

Review Comment:
   Do we need any additional documentation here? I do agree that the name is 
pretty self explanatory



-- 
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]

Reply via email to