andishgar commented on PR #46779:
URL: https://github.com/apache/arrow/pull/46779#issuecomment-3016345156

    
   > Hmm. I think no. I think that it's a test for `&chunked_array1 == 
&chunked_array2` not `&array_data1 == &array_data2`.
   
   Oops, sorry—I just realized there's another overload 
[here](https://github.com/apache/arrow/blob/ed13cedd8bf7ddc06db152f97e68d86c2c37e949/cpp/src/arrow/chunked_array.cc#L150-L152)
 that checks whether two `arrow::ChunkedArray` instances share the same memory. 
I mistakenly only looked at [this 
version](https://github.com/apache/arrow/blob/ed13cedd8bf7ddc06db152f97e68d86c2c37e949/cpp/src/arrow/chunked_array.cc#L102-L126).


-- 
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