[
https://issues.apache.org/jira/browse/ARROW-16738?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated ARROW-16738:
-----------------------------------
Labels: pull-request-available (was: )
> [C++][Gandiva] Fix TO_TIMESTAMP(INTEGER) function for big integer values
> ------------------------------------------------------------------------
>
> Key: ARROW-16738
> URL: https://issues.apache.org/jira/browse/ARROW-16738
> Project: Apache Arrow
> Issue Type: Bug
> Components: C++, C++ - Gandiva
> Reporter: Anthony Louis Gotlib Ferreira
> Assignee: Anthony Louis Gotlib Ferreira
> Priority: Trivial
> Labels: pull-request-available
> Time Spent: 10m
> Remaining Estimate: 0h
>
> When to_timestamp function gets a big value, the function returns an
> incorrect date due integer overflow:
> - TO_TIMESTAMP(1626255099[INT32]) -> '1969-12-14 04:54:53.816'
>
> The correct response should be:
> - TO_TIMESTAMP(1626255099[INT32]) -> '2021-07-14 09:31:39'
--
This message was sent by Atlassian Jira
(v8.20.7#820007)