XiangpengHao opened a new issue, #5878: URL: https://github.com/apache/arrow-rs/issues/5878
**Describe the solution you'd like** <!-- A clear and concise description of what you want to happen. --> Now we have `try_append_view`, `append_view_unchecked`, and manual construction of `ByteView` in the code base. We should clean up the implementation to be consistent and potentially more performant, specifically, avoiding manually build ByteView, use `append_view_unchecked` when we are sure it is safe. -- 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]
