You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@parquet.apache.org by "Wes McKinney (JIRA)" <ji...@apache.org> on 2018/08/29 19:30:00 UTC

[jira] [Commented] (PARQUET-1406) unit test fails on some cases

    [ https://issues.apache.org/jira/browse/PARQUET-1406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16596768#comment-16596768 ] 

Wes McKinney commented on PARQUET-1406:
---------------------------------------

Can you post the output of {{ctest -VV}}? 

> unit test fails on some cases
> -----------------------------
>
>                 Key: PARQUET-1406
>                 URL: https://issues.apache.org/jira/browse/PARQUET-1406
>             Project: Parquet
>          Issue Type: Test
>          Components: parquet-cpp
>    Affects Versions: 1.5.0
>         Environment: Ubuntu Linux: 18.04
> gcc: 7.3.0
>            Reporter: Peter Pan
>            Priority: Critical
>             Fix For: 1.5.0
>
>
> Hi, i'm trying to integrate parquet-cpp 1.5.0rc0 with arrow 0.10.0 and thrift 0.11.0 but experiencing unit test failure as follows:
> {code:java}
> Test project /mnt/tmp/parquet-cpp-apache-parquet-cpp-1.5.0-rc0/build
>       Start  1: bloom_filter-test
> 1/18 Test  #1: bloom_filter-test ................***Failed   18.69 sec
>       Start  2: column_reader-test
> 2/18 Test  #2: column_reader-test ...............   Passed    0.07 sec
>       Start  3: column_scanner-test
> 3/18 Test  #3: column_scanner-test ..............   Passed    0.08 sec
>       Start  4: column_writer-test
> 4/18 Test  #4: column_writer-test ...............***Failed    4.14 sec
>       Start  5: file-deserialize-test
> 5/18 Test  #5: file-deserialize-test ............***Failed    0.04 sec
>       Start  6: file-serialize-test
> 6/18 Test  #6: file-serialize-test ..............***Failed    0.11 sec
>       Start  7: properties-test
> 7/18 Test  #7: properties-test ..................   Passed    0.03 sec
>       Start  8: statistics-test
> 8/18 Test  #8: statistics-test ..................   Passed    0.10 sec
>       Start  9: encoding-test
> 9/18 Test  #9: encoding-test ....................   Passed    0.07 sec
>       Start 10: metadata-test
> 10/18 Test #10: metadata-test ....................   Passed    0.03 sec
>       Start 11: public-api-test
> 11/18 Test #11: public-api-test ..................   Passed    0.03 sec
>       Start 12: types-test
> 12/18 Test #12: types-test .......................   Passed    0.03 sec
>       Start 13: reader-test
> 13/18 Test #13: reader-test ......................***Failed    0.03 sec
>       Start 14: schema-test
> 14/18 Test #14: schema-test ......................   Passed    0.03 sec
>       Start 15: arrow-schema-test
> 15/18 Test #15: arrow-schema-test ................   Passed    0.03 sec
>       Start 16: arrow-reader-writer-test
> 16/18 Test #16: arrow-reader-writer-test .........***Failed    7.63 sec
>       Start 17: comparison-test
> 17/18 Test #17: comparison-test ..................   Passed    0.03 sec
>       Start 18: memory-test
> 18/18 Test #18: memory-test ......................   Passed    0.03 sec
> 67% tests passed, 6 tests failed out of 18
> {code}
> Any idea to fix these failures?
> BTW, i needed to *manually* replace references to `AllocateEmptyBitmap` with `GetEmptyBitmap` to make this rc build successfully before i could do this unit test. Can it be fixed as well?
>  



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