Max-Meldrum opened a new pull request #9570:
URL: https://github.com/apache/arrow/pull/9570


   This patch adds impl AsRef<[u8]> to the append_value/append of StringBuilder 
and BinaryBuilder.
   
   ```rust
   pub fn append_value(&mut self, value: impl AsRef<[u8]>) -> Result<()>
   ```
   
   Non-breaking change that will enable data to be passed as value as well.


----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to