You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/07/07 13:16:20 UTC

[GitHub] [arrow] rok commented on pull request #13539: ARROW-16142: [C++] Temporal floor/ceil/round returns incorrect results for date32 and time32 inputs

rok commented on PR #13539:
URL: https://github.com/apache/arrow/pull/13539#issuecomment-1177597875

   > From a quick guess: do we have a bad/missing implicit cast?
   
   Thanks! Hm, yeah we do assume int64 in [FloorTimePoint](https://github.com/apache/arrow/blob/e03185b5ecc2f34c3655852ba5adeb1b40f76d4c/cpp/src/arrow/compute/kernels/scalar_temporal_unary.cc#L738) and I've tried templating it but it didn't work. I'll dig deeper. 


-- 
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-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org