You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/05/26 11:49:53 UTC

[GitHub] [arrow-rs] alippai edited a comment on pull request #353: Add append_slice for GenericStringBuilder

alippai edited a comment on pull request #353:
URL: https://github.com/apache/arrow-rs/pull/353#issuecomment-848702806


   Alternatively I can turn this into append_slice_unchecked and create an append_slice which adds `run_utf8_validation(...) -> Result<>` like seen [here](https://doc.rust-lang.org/src/core/str/converts.rs.html#86), but since this is a builder, I'd prefer keeping it this way and adding an utf8 validation kernel later.
   
   Related discussion: https://the-asf.slack.com/archives/C01QUFS30TD/p1622017000132700?thread_ts=1621973962.114400&cid=C01QUFS30TD


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