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 2021/07/07 13:39:21 UTC

[GitHub] [arrow] jpedroantunes opened a new pull request #10674: ARROW-13281: [C++][Gandiva] Correct error on timestampDiffMonth function

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

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



[GitHub] [arrow] github-actions[bot] commented on pull request #10674: ARROW-13281: [C++][Gandiva] Correct error on timestampDiffMonth function

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #10674:
URL: https://github.com/apache/arrow/pull/10674#issuecomment-875612851


   https://issues.apache.org/jira/browse/ARROW-13281


-- 
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



[GitHub] [arrow] praveenbingo closed pull request #10674: ARROW-13281: [C++][Gandiva] Correct error on timestampDiffMonth function

Posted by GitBox <gi...@apache.org>.
praveenbingo closed pull request #10674:
URL: https://github.com/apache/arrow/pull/10674


   


-- 
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