alamb commented on code in PR #8496:
URL: https://github.com/apache/arrow-rs/pull/8496#discussion_r2795338882
##########
parquet/src/arrow/schema/complex.rs:
##########
@@ -114,6 +164,13 @@ struct VisitorContext {
def_level: i16,
/// An optional [`DataType`] sourced from the embedded arrow schema
data_type: Option<DataType>,
+
+ /// Whether to treat repeated types as list from arrow types
Review Comment:
Should this also mention that it is for supporting "deprecated list
representations" in parquet?
--
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]