CurtHagenlocher commented on code in PR #931:
URL: https://github.com/apache/arrow-adbc/pull/931#discussion_r1272533366
##########
csharp/src/Apache.Arrow.Adbc/C/CAdbcPartitions.cs:
##########
@@ -69,6 +70,10 @@ public unsafe struct CAdbcPartitions
/// Unlike other structures, this is an embedded callback to make it
/// easier for the driver manager and driver to cooperate.
/// </summary>
- public delegate* unmanaged[Stdcall]<CAdbcPartitions*, void> release;
+#if NET5_0_OR_GREATER
+ public delegate* unmanaged<CAdbcPartitions*, void> release;
Review Comment:
should be internal
--
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]