scovich commented on code in PR #8360:
URL: https://github.com/apache/arrow-rs/pull/8360#discussion_r2354369057
##########
parquet-variant/src/builder.rs:
##########
@@ -562,7 +562,7 @@ pub struct WritableMetadataBuilder {
impl WritableMetadataBuilder {
/// Upsert field name to dictionary, return its ID
- fn upsert_field_name(&mut self, field_name: &str) -> u32 {
+ pub fn upsert_field_name(&mut self, field_name: &str) -> u32 {
Review Comment:
It probably should have been public all along, but now it's needed.
--
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]