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

[jira] [Updated] (ARROW-8486) [C++] arrow-utility-test causes failures on a big-endian platform

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

Kazuaki Ishizaki updated ARROW-8486:
------------------------------------
    Description: 
The current master causes the following failures in arrow-util-test.

{{code}}
Start 17: arrow-utility-test
 ...
 17: [ PASSED ] 253 tests.
 17: [ FAILED ] 11 tests, listed below:
 17: [ FAILED ] Bitmap.ShiftingWordsOptimization
 17: [ FAILED ] Bitmap.VisitWordsAnd
 17: [ FAILED ] BitArray.TestBool
 17: [ FAILED ] BitArray.TestValues
 17: [ FAILED ] Rle.SpecificSequences
 17: [ FAILED ] Rle.TestValues
 17: [ FAILED ] BitRle.Flush
 17: [ FAILED ] BitRle.Random
 17: [ FAILED ] BitRle.RepeatedPattern
 17: [ FAILED ] BitRle.Overflow
 17: [ FAILED ] RleDecoder.GetBatchSpaced
{{code}}

  was:
The current master causes the following failures in arrow-util-test.

```
 Start 17: arrow-utility-test
...
17: [ PASSED ] 253 tests.
17: [ FAILED ] 11 tests, listed below:
17: [ FAILED ] Bitmap.ShiftingWordsOptimization
17: [ FAILED ] Bitmap.VisitWordsAnd
17: [ FAILED ] BitArray.TestBool
17: [ FAILED ] BitArray.TestValues
17: [ FAILED ] Rle.SpecificSequences
17: [ FAILED ] Rle.TestValues
17: [ FAILED ] BitRle.Flush
17: [ FAILED ] BitRle.Random
17: [ FAILED ] BitRle.RepeatedPattern
17: [ FAILED ] BitRle.Overflow
17: [ FAILED ] RleDecoder.GetBatchSpaced
```


> [C++] arrow-utility-test causes failures on a big-endian platform
> -----------------------------------------------------------------
>
>                 Key: ARROW-8486
>                 URL: https://issues.apache.org/jira/browse/ARROW-8486
>             Project: Apache Arrow
>          Issue Type: Improvement
>            Reporter: Kazuaki Ishizaki
>            Priority: Minor
>
> The current master causes the following failures in arrow-util-test.
> {{code}}
> Start 17: arrow-utility-test
>  ...
>  17: [ PASSED ] 253 tests.
>  17: [ FAILED ] 11 tests, listed below:
>  17: [ FAILED ] Bitmap.ShiftingWordsOptimization
>  17: [ FAILED ] Bitmap.VisitWordsAnd
>  17: [ FAILED ] BitArray.TestBool
>  17: [ FAILED ] BitArray.TestValues
>  17: [ FAILED ] Rle.SpecificSequences
>  17: [ FAILED ] Rle.TestValues
>  17: [ FAILED ] BitRle.Flush
>  17: [ FAILED ] BitRle.Random
>  17: [ FAILED ] BitRle.RepeatedPattern
>  17: [ FAILED ] BitRle.Overflow
>  17: [ FAILED ] RleDecoder.GetBatchSpaced
> {{code}}



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