vthemelis commented on code in PR #44633:
URL: https://github.com/apache/arrow/pull/44633#discussion_r1847383861
##########
csharp/src/Apache.Arrow/Schema.cs:
##########
@@ -31,6 +31,7 @@ public partial class Schema : IRecordType
private readonly List<Field> _fieldsList;
public ILookup<string, Field> FieldsLookup { get; }
+ private readonly ILookup<string, int> _fieldsIndexLookup;
Review Comment:
Sure, I'm happy to add this, though it feels like it's adding further to the
scope of the PR. I'm happy to implement any API suggestions that you may have;
what would be your preferred 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]