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/07/29 21:54:29 UTC

[GitHub] [arrow-rs] nevi-me commented on a change in pull request #628: Add a note about arrow crate security / safety

nevi-me commented on a change in pull request #628:
URL: https://github.com/apache/arrow-rs/pull/628#discussion_r679510811



##########
File path: arrow/README.md
##########
@@ -35,6 +39,26 @@ The arrow crate provides the following optional features:
   implementations of some [compute](https://github.com/apache/arrow/tree/master/rust/arrow/src/compute)
   kernels using explicit SIMD processor intrinsics.
 
+## Safety
+
+TLDR: You should avoid using the `alloc` and `buffer` and `bitmap` modules if at all possible. These modules contain `unsafe` code and are easy to misuse.

Review comment:
       Yeah, I think it is, and I like your suggestion of putting them behind a feature flag




-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org