EnricoMi commented on PR #43537: URL: https://github.com/apache/arrow/pull/43537#issuecomment-2321415635
Any suggestion how to fix the macOS compile error? I think I have to cast the `time_point` produced via `TimePoint_from_ns` to the system clock precision `std::chrono::system_clock::duration`, preferably via `std::chrono::time_point_cast<system_clock, system_clock::duration>`, but I cannot get this done in Cython words. Any help appreciated. -- 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]
