jorisvandenbossche commented on issue #47228: URL: https://github.com/apache/arrow/issues/47228#issuecomment-3213569231
Personally I think this is something that could just be handled on the pandas side. When pandas sees that the other operand is a pathlib.Path object, it can choose to not use the pyarrow compute function in that case, but do the appropriate pathlib operation (and also the return value would no longer be a Series of string dtype, but object dtype consisting of python Path objects) -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org