CurtHagenlocher commented on PR #38680:
URL: https://github.com/apache/arrow/pull/38680#issuecomment-1808630721

   I was thinking this would include all scalar arrays, e.g. TimestampArray : 
IReadOnlyList<DateTime?>, StringArray : IReadOnlyList<string>, TimeXXArray : 
IReadOnlyList<TimeOnly?>, DateXXArray : IReadOnlyList<DateOnly?>, 
IReadOnlyList<DateTime?>, BooleanArray : IReadOnlyList<bool?>, BinaryArray : 
IReadOnlyList<byte[]>.
   
   The original issue also suggests implementing ICollection<T>.
   
   Would you file followup work items so that this one can be marked as closed 
if checked-in as-is?


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