You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Dmitry Kalinkin (JIRA)" <ji...@apache.org> on 2018/10/09 20:33:00 UTC

[jira] [Created] (ARROW-3477) Testsuite fails on 32 bit arch

Dmitry Kalinkin created ARROW-3477:
--------------------------------------

             Summary: Testsuite fails on 32 bit arch
                 Key: ARROW-3477
                 URL: https://issues.apache.org/jira/browse/ARROW-3477
             Project: Apache Arrow
          Issue Type: Bug
          Components: C++
    Affects Versions: 0.11.0
            Reporter: Dmitry Kalinkin
         Attachments: arrow_0.10.0_i686_test_fail.log, arrow_0.11.0_i686_test_fail.log

While investigating PARQUET-1438 we have discovered that there is a regression in arrow-cpp testsuite results between versions 0.10.0 and 0.11.0 when running in 32 bit executable. There used to be just a single test failing:

* array-test

and starting 0.11.0 it's four tests:

* array-test
* buffer-test
* bit-util-test
* rle-encoding-test

(list not including parquet-* tests)

I did bisect and found that the three tests were broken in 479c011a6ac7a8f1e6d77ecf651a4b2be9e5eec0



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