CurtHagenlocher commented on code in PR #297:
URL: https://github.com/apache/arrow-dotnet/pull/297#discussion_r3009422909


##########
src/Apache.Arrow/ChunkedArray.cs:
##########
@@ -39,11 +40,21 @@ public int ArrayCount
         public IArrowArray ArrowArray(int index) => Arrays[index];
 
         public ChunkedArray(IList<Array> arrays)
-            : this(Cast(arrays))
+            : this(Cast(arrays), disposeArrays: false)

Review Comment:
   Given the goal to be as backwards-compatible as possible, this was an 
oversight in the previous PR.



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