wgtmac commented on PR #38272:
URL: https://github.com/apache/arrow/pull/38272#issuecomment-1767659431
parquet-mr seems to be happy with the file.
```
➜ Downloads parquet-cli meta concatenated_gzip_members.parquet
File path: concatenated_gzip_members.parquet
Created by: null
Properties: (none)
Schema:
message root {
optional int64 long_col (INTEGER(64,false));
}
Row group 0: count: 513 2.86 B records start: 4 total(compressed): 1.433
kB total(uncompressed):4.058 kB
--------------------------------------------------------------------------------
type encodings count avg size nulls min / max
long_col INT64 G RB_ 513 2.86 B "1" / "513"
➜ Downloads parquet-cli cat concatenated_gzip_members.parquet
{"long_col": 1}
{"long_col": 2}
{"long_col": 3}
{"long_col": 4}
{"long_col": 5}
...
{"long_col": 511}
{"long_col": 512}
{"long_col": 513}
```
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]