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 2020/10/20 05:32:05 UTC

[GitHub] [arrow] jorgecarleitao commented on pull request #8401: ARROW-10109: [Rust] Add support to the C data interface for primitive types and utf8

jorgecarleitao commented on pull request #8401:
URL: https://github.com/apache/arrow/pull/8401#issuecomment-712601468


   Some changes since last time:
   
   1. added a small tool to verify memory allocations and verified no leaks
   2. added the test that @pitrou suggested to verify that we call the c++'s release.
   
   The tool counts all memory allocations and deallocations, like in C++. It is used as a test at the end of all tests, as a final validation that the test suite does not leak.
   
   I've placed it behind a feature gate as it current only works in single-threaded programs. Suggestions are welcomed to improve it further.
   
   I think that this is now ready to review.


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

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