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


##########
parquet/src/file/metadata/thrift/mod.rs:
##########
@@ -858,6 +862,54 @@ pub(crate) fn parquet_metadata_from_bytes(
     Ok(ParquetMetaData::new(fmd, row_groups))
 }
 
+/// Assign [`RowGroupMetaData::ordinal`]  if it is missing.

Review Comment:
   I extracted the ordinal assignment to a structure, mostly so I had a place 
to add additional comments as well as avoiding duplication



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