martin-g commented on code in PR #8496:
URL: https://github.com/apache/arrow-rs/pull/8496#discussion_r2471114623


##########
parquet/src/arrow/schema/complex.rs:
##########


Review Comment:
   Should the extension type be added here too ? As for `None` below.
   I.e. something like:
   
   ```suggestion
               let merged = field.with_metadata(hint.metadata().clone());
               try_add_extension_type(merged, parquet_type)
   ```



##########
parquet/src/arrow/schema/complex.rs:
##########
@@ -219,12 +315,13 @@ impl Visitor {
                 rep_level,
                 def_level,
                 data_type,
+                treat_repeated_as_list_arrow_hint: true,

Review Comment:
   ```suggestion
                   treat_repeated_as_list_arrow_hint: 
context.treat_repeated_as_list_arrow_hint,
   ```



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