alamb commented on code in PR #6763:
URL: https://github.com/apache/arrow-rs/pull/6763#discussion_r1850996803
##########
parquet/src/record/api.rs:
##########
@@ -283,12 +288,6 @@ impl RowAccessor for Row {
row_complex_accessor!(get_map, MapInternal, Map);
}
-/// Constructs a `Row` from the list of `fields` and returns it.
-#[inline]
-pub fn make_row(fields: Vec<(String, Field)>) -> Row {
Review Comment:
I double checked and indeed this method is not public
https://docs.rs/parquet/latest/parquet/?search=make_row
--
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]