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
Additional context
I noticed this from this test case in the master branch, which is wrong but can pass.
I think the root cause is when comparing two list arrays, the children's bitmap were miscalculated leaving the remaining procedure to recognize some differences as null.
The text was updated successfully, but these errors were encountered:
Describe the bug
The
PartialEq
impl onListArray
will ignore some differences.To Reproduce
This case should fail but not.
Expected behavior
The above case fail.
Additional context
I noticed this from this test case in the master branch, which is wrong but can pass.
I think the root cause is when comparing two list arrays, the children's bitmap were miscalculated leaving the remaining procedure to recognize some differences as null.
The text was updated successfully, but these errors were encountered: