tustvold commented on code in PR #3563:
URL: https://github.com/apache/arrow-rs/pull/3563#discussion_r1081165909


##########
arrow-array/src/builder/generic_bytes_dictionary_builder.rs:
##########
@@ -255,12 +255,34 @@ where
         Ok(key)
     }
 
+    /// Infallibly append a value to this builder
+    ///
+    /// # Panics
+    ///
+    /// Panics if the resulting length of the dictionary values array would 
exceed `T::Native::MAX`
+    pub fn append_value(&mut self, value: impl AsRef<T::Native>) {

Review Comment:
   These are the new APIs for #3562 



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