You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "David Li (Jira)" <ji...@apache.org> on 2022/04/19 13:01:00 UTC

[jira] [Assigned] (ARROW-16051) [Gandiva][C++] Fix DATE_DIFF regression build

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

David Li reassigned ARROW-16051:
--------------------------------

    Assignee: Johnnathan Rodrigo Pego de Almeida

> [Gandiva][C++] Fix DATE_DIFF regression build
> ---------------------------------------------
>
>                 Key: ARROW-16051
>                 URL: https://issues.apache.org/jira/browse/ARROW-16051
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: C++ - Gandiva
>            Reporter: Johnnathan Rodrigo Pego de Almeida
>            Assignee: Johnnathan Rodrigo Pego de Almeida
>            Priority: Major
>              Labels: pull-request-available, pull-requests-available
>             Fix For: 8.0.0
>
>          Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> Modifying the order to subtract in Arrow implementation for DateDiff function.
>  
> As is:
> Hive implementation: 1st parameter - 2st parameter
> Arrow implementation:  2st parameter - 1st parameter.
>  
> To be:
> Hive implementation: 1st parameter - 2st parameter
> Arrow implementation:  1st parameter - 2st parameter.
>  



--
This message was sent by Atlassian Jira
(v8.20.7#820007)