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

[GitHub] [arrow] westonpace commented on pull request #35810: GH-35809: [C#] Improvements to the C interface.

westonpace commented on PR #35810:
URL: https://github.com/apache/arrow/pull/35810#issuecomment-1584531095

   > I'd understood it differently (though perhaps incorrectly). I thought that using the explicit [Stdcall] would work everywhere except 32-bit non-Windows platforms, while removing the [Stdcall] would prevent things from working on .NET < 5.
   
   Yes, looking at the code now I think you're right.  I interpreted the above conversation as:
   
    * [This](https://github.com/apache/arrow/pull/35810#discussion_r1210668239) would be safe but lead to an unstable API surface
    * If we make these methods/fields private we don't have to worry about the API surface
    
   However, looking at the code, I don't see that change.  Are we still waiting on that change?  Or is there some reason this wouldn't work?


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