You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Pindikura Ravindra (JIRA)" <ji...@apache.org> on 2019/08/02 09:52:00 UTC

[jira] [Created] (ARROW-6116) [C++][Gandiva] Fix bug in TimedTestFilterAdd2

Pindikura Ravindra created ARROW-6116:
-----------------------------------------

             Summary: [C++][Gandiva] Fix bug in TimedTestFilterAdd2
                 Key: ARROW-6116
                 URL: https://issues.apache.org/jira/browse/ARROW-6116
             Project: Apache Arrow
          Issue Type: Bug
          Components: C++ - Gandiva
            Reporter: Pindikura Ravindra


The tests should be : f0 + f1 < f2, instead it's doing f1 + f2 < f2. This was reported via a PR

 

[https://github.com/apache/arrow/pull/4976]



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)