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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]