eerhardt commented on a change in pull request #8348:
URL: https://github.com/apache/arrow/pull/8348#discussion_r500649950
##########
File path: csharp/src/Apache.Arrow/Arrays/StructArray.cs
##########
@@ -21,13 +21,13 @@ namespace Apache.Arrow
{
public class StructArray : Array
{
- private readonly List<Array> _fields;
+ private readonly IEnumerable<IArrowArray> _fields;
Review comment:
I now fill out the `_fields` data correctly.
##########
File path: csharp/src/Apache.Arrow/Arrays/StructArray.cs
##########
@@ -21,13 +21,13 @@ namespace Apache.Arrow
{
public class StructArray : Array
{
- private readonly List<Array> _fields;
+ private readonly IEnumerable<IArrowArray> _fields;
Review comment:
It now fills out the `_fields` data correctly.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]