jonded94 opened a new pull request, #6763: URL: https://github.com/apache/arrow-rs/pull/6763
# Which issue does this PR close? Closes https://github.com/apache/arrow-rs/issues/6761 # Rationale for this change `parquet::record::make_row` was the only method to create `Row` instances and was private. With a class method `::new`, there is a new way of creating `Row` instances that is publicly exposed. # What changes are included in this PR? - Remove `parquet::record::make_row` - Add a `parquet::record::Row::new` method. -- 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]
