lidavidm commented on PR #13539: URL: https://github.com/apache/arrow/pull/13539#issuecomment-1180379895
LGTM. Fundamentally I would summarize the cause as: UnaryTemporalFactory/ExtractTemporalComponent is compile-time templated but TypeResolver is runtime, and we weren't making sure they matched up. So the wrong type was getting used and the value was being (implicitly?) truncated somewhere in the stack of templates. -- 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