Anthony Louis Gotlib Ferreira created ARROW-16738:
-----------------------------------------------------

             Summary: [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++ - Gandiva
            Reporter: Anthony Louis Gotlib Ferreira
            Assignee: Anthony Louis Gotlib Ferreira


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)

Reply via email to