westonpace commented on PR #35810: URL: https://github.com/apache/arrow/pull/35810#issuecomment-1599221566
I thought the point of making them `internal` was so that we could use something like this: ``` #if NET5_0_OR_GREATER public delegate* unmanaged<CArrowArray*, void> release; #else public delegate* unmanaged[Stdcall]<CArrowArray*, void> release; #endif ``` However, I don't see that. Also, looks like we will need a rebase. -- 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]
