pgovind commented on a change in pull request #8348:
URL: https://github.com/apache/arrow/pull/8348#discussion_r499936190
##########
File path: csharp/src/Apache.Arrow/Types/StructType.cs
##########
@@ -28,7 +28,7 @@ public sealed class StructType : ArrowType
public IEnumerable<Field> Fields => _fields;
Review comment:
Removed `_fields`. I'll open another PR to rename all instances of
Children with Field (there are 80+ hits, so I'd rather not pollute this 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.
For queries about this service, please contact Infrastructure at:
[email protected]