rmnskb commented on issue #48409: URL: https://github.com/apache/arrow/issues/48409#issuecomment-3646514201
@AlenkaF I took a closer look at the issue, and right now the `__eq__` dunder leverages custom implementation that many tests already rely on, e.g. two null arrays are equal etc. Should we deprecate this functionality and rely only on `pc.equal` kernel and its implementation or handle these cases inside the `__eq__` body? Thanks! -- 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]
