jding-xyz commented on code in PR #149:
URL: https://github.com/apache/arrow-swift/pull/149#discussion_r2992844829


##########
Sources/Arrow/ArrowArrayBuilder.swift:
##########
@@ -186,6 +190,10 @@ public class ListArrayBuilder: 
ArrowArrayBuilder<ListBufferBuilder, NestedArray>
         try super.init(arrowType)
     }
 
+    public override func appendAny(_ val: Any?) {
+        self.append(val as? [Any?])
+    }

Review Comment:
   Added `testListArrayBuilderAppendAny`.



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