rok commented on issue #47400: URL: https://github.com/apache/arrow/issues/47400#issuecomment-3233897304
@pitrou I don't think we currently support this, but we definitely should. Currently one could perhaps use temporal rounding as a workaround, so something like `pc.round(pc.add(zoned_timestamps + some_duration), unit='day')` (doing this from memory, it's likely wrong API-wise). But a proper "`add_temporal_unit`" kernel would be nicer. -- 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]
