sunchao commented on a change in pull request #7226:
URL: https://github.com/apache/arrow/pull/7226#discussion_r429492355
##########
File path: rust/arrow/src/array/builder.rs
##########
@@ -1334,6 +1334,57 @@ where
map: HashMap::new(),
}
}
+
+ /// Creates a new `StringDictionaryBuilder` from a keys builder and a
dictionary initialized with the given values.
Review comment:
nit: can we limit the line width to 90 characters?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]