davidhcoe commented on code in PR #2587:
URL: https://github.com/apache/arrow-adbc/pull/2587#discussion_r1986225772


##########
csharp/src/Apache.Arrow.Adbc/Extensions/IArrowArrayExtensions.cs:
##########
@@ -36,7 +43,7 @@ public static class IArrowArrayExtensions
         /// <param name="index">
         /// The index in the array to get the value from.
         /// </param>
-        public static object? ValueAt(this IArrowArray arrowArray, int index)
+        public static object? ValueAt(this IArrowArray arrowArray, int index, 
StructResultType resultType = StructResultType.JsonString)

Review Comment:
   fixed in latest push



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

Reply via email to