This is an automated email from the ASF dual-hosted git repository.
curth pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
from f3c5fb98ae GH-40796: [Java] set `lastSet` in `ListVector.setNull` to
avoid O(n²) in ListVectors with lots of nulls (#40810)
add 83dc0a91d2 GH-40790: [C#] Account for offset and length when getting
fields of a StructArray (#40805)
No new revisions were added by this update.
Summary of changes:
csharp/src/Apache.Arrow/Arrays/MapArray.cs | 10 ++-
csharp/src/Apache.Arrow/Arrays/StructArray.cs | 10 ++-
csharp/test/Apache.Arrow.Tests/StructArrayTests.cs | 80 ++++++++++++++++++++++
3 files changed, 91 insertions(+), 9 deletions(-)