You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Projjal Chanda (Jira)" <ji...@apache.org> on 2020/04/13 05:53:00 UTC

[jira] [Created] (ARROW-8412) [C++][Gandiva] Fix gandiva date_diff function definitions

Projjal Chanda created ARROW-8412:
-------------------------------------

             Summary: [C++][Gandiva] Fix gandiva date_diff function definitions
                 Key: ARROW-8412
                 URL: https://issues.apache.org/jira/browse/ARROW-8412
             Project: Apache Arrow
          Issue Type: Task
          Components: C++ - Gandiva
            Reporter: Projjal Chanda
            Assignee: Projjal Chanda


The current gandiva date functions date_diff, date_sub definitions take integer as first argument and date as second argument:

date_diff(10, d) = d - 10, which seems unintuitive.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)