You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "CurtHagenlocher (via GitHub)" <gi...@apache.org> on 2023/06/08 16:19:07 UTC

[GitHub] [arrow] CurtHagenlocher commented on pull request #35996: GH-35988: [C#] The C data interface implementation can leak on import

CurtHagenlocher commented on PR #35996:
URL: https://github.com/apache/arrow/pull/35996#issuecomment-1582976839

   > The second change is IMHO the symptom of an implementation issue. `ImportedArrowArray` currently stores the given raw pointer `CArrowArray* _cArray`. Instead, it should probably store its own `CArrowArray` struct like the C++ importer does:
   
   Ah, that's much nicer.


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