Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.8.0, 1.8.1, 1.9.0
-
None
Description
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; }
Attachments
Attachments
Issue Links
- blocks
-
PARQUET-392 Release Parquet-mr 1.9.0
- Resolved
- links to