jpedroantunes opened a new pull request #10674:
URL: https://github.com/apache/arrow/pull/10674
The TIMESTAMPDIFF function appears to return incorrect values when a
negative number should be returned.
Example:
- For the inputs TIMESTAMPDIFFMONTH("2019-06-30", "2019-03-31") it should
return **-3**, but it actually returns **-1**
- For the inputs TIMESTAMPDIFFMONTH("2019-06-30", "2019-05-31") it should
return **-1**, but it actually returns **1**
--
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]