bjchambers opened a new issue #514:
URL: https://github.com/apache/arrow-rs/issues/514


   **Describe the bug**
   
   A struct array that is sliced to a subset is not equal to a struct array 
created from just that subset of data. Stepping through the debugger I *think* 
it is because some of the null/value comparisons drop the offset and end up 
comparing the wrong part of the array.
   
   **To Reproduce**
   
   Failing test case in the most recent commit on this branch:
   https://github.com/bjchambers/arrow-rs/tree/struct-slice-equality
   
   **Expected behavior**
   Struct array slices compare equal to equivalent struct arrays.
   
   Or, the printing of the struct arrays shows how they differ.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to