randolf-scholz commented on issue #48003:
URL: https://github.com/apache/arrow/issues/48003#issuecomment-3476447161

   Well, of course one can work around missing kernels by emulating them. But 
this is quite annoying to do, especially when working with libraries that use 
`pyarrow` as a backend like `polars` or `pandas`. For instance, existing code 
that just uses regular arithmetic operators `floats = (time -time.iloc[0]) / 
unit;  floats * unit` will break when attempting to use `pyarrow` backend, as 
these engines try to look up a nonexisting kernel.


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