Skip to content

"parquet-cat -j" doesn't show all records #1883

Description

@asfimport

Inspect the attached Parquet file generated by parquet-proto to reproduce this issue:

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

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

Expected output should be something like

{"repeatedInt":[1,2,3]}

Schema of the attached testing Parquet file is:

message TestProtobuf.RepeatedIntMessage {
  repeated int32 repeatedInt;
}

Reporter: Cheng Lian / @liancheng
Assignee: Reuben Kuhnert / @sircodesalotOfTheRound

Related issues:

Original Issue Attachments:

PRs and other links:

Note: This issue was originally created as PARQUET-367. Please see the migration documentation for further details.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions