You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UnionArray.value has considered slicing case so it adjusts given index with self.offset() when calling type_idandvalue_offset. But type_idandvalue_offset` are incorrect by itself when they are called separately. We should fix them.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
alamb
changed the title
type_id and value_offset are incorrect for sliced UnionArraytype_id and value_offset are incorrect for sliced UnionArrayJul 21, 2022
Describe the bug
UnionArray.value
has considered slicing case so it adjusts givenindex
withself.offset()
when calling type_idand
value_offset. But
type_idand
value_offset` are incorrect by itself when they are called separately. We should fix them.To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: