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


##########
csharp/src/Apache.Arrow.Adbc/Extensions/IArrowArrayExtensions.cs:
##########
@@ -273,20 +299,22 @@ public static class IArrowArrayExtensions
         /// </summary>
         private static string SerializeToJson(StructArray structArray, int 
index)
         {
-            Dictionary<String, object?>? jsonDictionary = 
ParseStructArray(structArray, index);
+            ExpandoObject? obj = ParseStructArray(structArray, index);

Review Comment:
   I switched it back to Dictionary ... probably easier to access properties 
dynamically that way.



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