You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Prudhvi Porandla (JIRA)" <ji...@apache.org> on 2019/06/13 05:33:00 UTC

[jira] [Created] (ARROW-5580) Correct definitions of timestamp functions in Gandiva

Prudhvi Porandla created ARROW-5580:
---------------------------------------

             Summary: Correct definitions of timestamp functions in Gandiva
                 Key: ARROW-5580
                 URL: https://issues.apache.org/jira/browse/ARROW-5580
             Project: Apache Arrow
          Issue Type: Task
          Components: C++ - Gandiva
            Reporter: Prudhvi Porandla


Timestamp functions are unsupported in Gandiva due to definition mismatch.

For example, Gandiva supports timestampAddMonth(timestamp, int32) but the expected signature is  timestampAddMonth(int32, timestamp).

 

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)