Closed
Description
Describe the bug, including details regarding any error messages, version, and platform.
IsValid
and IsNull
are implemented in the base UnionArray
class, which doesn't account for the value offsets.
I encountered this when looking at how to test null count calculation for union arrays (#41136)
Component(s)
C#