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 06d4495173 GH-41034: [C++][FS][Azure] Adjust
DeleteDir/DeleteDirContents/GetFileInfoSelector behaviors against Azure for
generic filesystem tests (#41068)
add a5c39fe82e GH-41137: [C#] Fix DenseUnionArray IsNull/Valid (#41138)
No new revisions were added by this update.
Summary of changes:
csharp/src/Apache.Arrow/Arrays/DenseUnionArray.cs | 5 +
csharp/src/Apache.Arrow/Arrays/SparseUnionArray.cs | 5 +
csharp/src/Apache.Arrow/Arrays/UnionArray.cs | 4 +-
csharp/test/Apache.Arrow.Tests/UnionArrayTests.cs | 113 +++++++++++++++++++++
4 files changed, 126 insertions(+), 1 deletion(-)
create mode 100644 csharp/test/Apache.Arrow.Tests/UnionArrayTests.cs