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

[jira] [Created] (ARROW-8914) [C++][Gandiva] Decimal128 related test failed on big-endian platforms

Kazuaki Ishizaki created ARROW-8914:
---------------------------------------

             Summary: [C++][Gandiva] Decimal128 related test failed on big-endian platforms
                 Key: ARROW-8914
                 URL: https://issues.apache.org/jira/browse/ARROW-8914
             Project: Apache Arrow
          Issue Type: Improvement
          Components: C++ - Gandiva
            Reporter: Kazuaki Ishizaki


These test failures in gandiva tests occur on big-endian platforms. An example from https://travis-ci.org/github/apache/arrow/jobs/690006107#L2306

{code}
...
[==========] 17 tests from 1 test case ran. (2334 ms total)
[  PASSED  ] 7 tests.
[  FAILED  ] 10 tests, listed below:
[  FAILED  ] TestDecimal.TestSimple
[  FAILED  ] TestDecimal.TestLiteral
[  FAILED  ] TestDecimal.TestCompare
[  FAILED  ] TestDecimal.TestRoundFunctions
[  FAILED  ] TestDecimal.TestCastFunctions
[  FAILED  ] TestDecimal.TestIsDistinct
[  FAILED  ] TestDecimal.TestCastVarCharDecimal
[  FAILED  ] TestDecimal.TestCastDecimalVarChar
[  FAILED  ] TestDecimal.TestVarCharDecimalNestedCast
[  FAILED  ] TestDecimal.TestCastDecimalOverflow
...
{code}



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