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 2022/03/29 19:10:58 UTC

[GitHub] [arrow-rs] alamb commented on pull request #1494: RFC: Decouple buffer deallocation from ffi and allow creating buffers from rust vec

alamb commented on pull request #1494:
URL: https://github.com/apache/arrow-rs/pull/1494#issuecomment-1082270641


   BTW I ran this under MIRI and it looks good:
   
   ```shell
   cargo +nightly miri test -p arrow -- test_string_data_from_foreigntest_string_data_from_foreign
   ...
   running 1 test
   test array::data::tests::test_string_data_from_foreign ... ok
   
   test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1072 filtered out
   
      Doc-tests arrow
   
   running 0 tests
   
   test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 145 filtered out; finished in 0.03s
   
   ```
   🎉 


-- 
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