CurtHagenlocher opened a new pull request, #39224:
URL: https://github.com/apache/arrow/pull/39224

   ### What changes are included in this PR?
   
   Decimal128Array implements IReadOnlyList<SqlDecimal?> and 
IReadOnlyList<byte[]>.
   Decimal256Array implements IReadOnlyList<SqlDecimal?>, IReadOnlyList<string> 
and IReadOnlyList<byte[]>.
   FixedLengthBinaryArray implements IReadOnlyList<byte[]>.
   DurationArray implements IReadOnlyList<TimeSpan?>.
   
   Also removes #ifs which are no longer relevant now that netstandard13 isn't 
being built any more.
   
   ### Are these changes tested?
   
   Yes.


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