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

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

     [ https://issues.apache.org/jira/browse/ARROW-8412?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Praveen Kumar resolved ARROW-8412.
----------------------------------
    Fix Version/s: 0.17.0
       Resolution: Fixed

Issue resolved by pull request 6909
[https://github.com/apache/arrow/pull/6909]

> [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
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 0.17.0
>
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
> 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)