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
As arithmetics will be supported in #48085 we should also revisit __eq__ implementation and change the behaviour of the current approach for the use of a kernel function (pyarrow.compute.equal).
Describe the enhancement requested
As arithmetics will be supported in #48085 we should also revisit
__eq__implementation and change the behaviour of the current approach for the use of a kernel function (pyarrow.compute.equal).See:
Component(s)
Python