HaoYang670 commented on PR #2547: URL: https://github.com/apache/arrow-rs/pull/2547#issuecomment-1222322284
At least, we should make the implementation consistent. So far, Utf8 / Binary arrays use checked build function, however other arrays use `build_unchecked`. It is weird for me that in `create_primitative_array` some arrays are checked, but others are not. If there are some reasons, we should doc them. -- 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]
