You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "CurtHagenlocher (via GitHub)" <gi...@apache.org> on 2023/12/14 04:40:10 UTC

[PR] GH-39223: [C#] Support IReadOnlyList on remaining scalar types [arrow]

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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] GH-39223: [C#] Support IReadOnlyList on remaining scalar types [arrow]

Posted by "conbench-apache-arrow[bot] (via GitHub)" <gi...@apache.org>.
conbench-apache-arrow[bot] commented on PR #39224:
URL: https://github.com/apache/arrow/pull/39224#issuecomment-1857198474

   After merging your PR, Conbench analyzed the 4 benchmarking runs that have been run so far on merge-commit 431c4ea4d9facb23c612631317a2e1f862087ba7.
   
   There were no benchmark performance regressions. 🎉
   
   The [full Conbench report](https://github.com/apache/arrow/runs/19665291117) has more details.


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] GH-39223: [C#] Support IReadOnlyList on remaining scalar types [arrow]

Posted by "CurtHagenlocher (via GitHub)" <gi...@apache.org>.
CurtHagenlocher merged PR #39224:
URL: https://github.com/apache/arrow/pull/39224


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org