You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@parquet.apache.org by "Cheng Lian (JIRA)" <ji...@apache.org> on 2015/08/27 15:43:45 UTC

[jira] [Created] (PARQUET-367) "parquet-cat -j" doesn't show all records

Cheng Lian created PARQUET-367:
----------------------------------

             Summary: "parquet-cat -j" doesn't show all records
                 Key: PARQUET-367
                 URL: https://issues.apache.org/jira/browse/PARQUET-367
             Project: Parquet
          Issue Type: Bug
          Components: parquet-mr
    Affects Versions: 1.8.0, 1.8.1, 1.9.0
            Reporter: Cheng Lian


{noformat}
$ parquet-cat old-repeated-int.parquet
repeatedInt = 1
repeatedInt = 2
repeatedInt = 3

$ parquet-cat -j old-repeated-int.parquet
{"repeatedInt":3}
{noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)