kiszk edited a comment on pull request #7136: URL: https://github.com/apache/arrow/pull/7136#issuecomment-626291270
This PR can fix test failures in arrow-utility-tests as shown in https://travis-ci.org/github/apache/arrow/builds/685085866#L2071 https://travis-ci.org/github/apache/arrow/builds/685085866#L2705 With this PR, the number of failed tests is reduced. `BitArray.TestBool` and `BitArray.TestValue` are succeeded. https://travis-ci.org/github/apache/arrow/jobs/685247134#L8164 ``` [==========] 312 tests from 90 test cases ran. (746 ms total) [ PASSED ] 303 tests. [ FAILED ] 9 tests, listed below: [ FAILED ] Bitmap.ShiftingWordsOptimization [ FAILED ] Bitmap.ToString [ FAILED ] Bitmap.VisitWordsAnd [ FAILED ] Rle.SpecificSequences [ FAILED ] Rle.TestValues [ FAILED ] BitRle.Flush [ FAILED ] BitRle.Random [ FAILED ] BitRle.RepeatedPattern [ FAILED ] RleDecoder.GetBatchSpaced ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
