sungwy commented on issue #1980: URL: https://github.com/apache/iceberg-python/issues/1980#issuecomment-2861523219
Hi @rongxinyu - thanks for reporting this issue! I think this is the limitation of the current implementation that makes use of the `pyarrow.compute.days_between` function. ``` pyarrow.lib.ArrowNotImplementedError: Function 'days_between' has no kernel matching input types (timestamp[ms], timestamp[us]) ``` Thankfully, there is an open PR that will use in the `pyiceberg-core` transforms that will handle this case which is waiting on the 0.5.0 `pyiceberg-core` release: https://github.com/apache/iceberg-python/pull/1592 -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
