kevinjqliu commented on issue #2123:
URL:
https://github.com/apache/iceberg-python/issues/2123#issuecomment-3140895125
`avro-tool` can read the manifest file,
```
➜ iceberg-python git:(main) ✗ avro-tools tojson
warehouse/default/nested_table/metadata/3d042b77-ea8d-4687-82fc-956637945f82-m0.avro
25/07/31 11:06:30 WARN util.NativeCodeLoader: Unable to load native-hadoop
library for your platform... using builtin-java classes where applicable
{"status":1,"snapshot_id":{"long":2593124689753704982},"sequence_number":null,"file_sequence_number":null,"data_file":{"content":0,"file_path":"/Users/kevinliu/repos/iceberg-python/warehouse/default/nested_table/data/%F0%9F%98%8E=Cool+Foo/00000-0-3d042b77-ea8d-4687-82fc-956637945f82.parquet","file_format":"PARQUET","partition":{"\uD83D\uDE0E":{"string":"Cool
Foo"}},"record_count":1,"file_size_in_bytes":891,"column_sizes":{"array":[{"key":1,"value":73},{"key":2,"value":94}]},"value_counts":{"array":[{"key":1,"value":1},{"key":2,"value":1}]},"null_value_counts":{"array":[{"key":1,"value":0},{"key":2,"value":0}]},"nan_value_counts":{"array":[]},"lower_bounds":{"array":[{"key":1,"value":"Foo"},{"key":2,"value":"Cool
Foo"}]},"upper_bounds":{"array":[{"key":1,"value":"Foo"},{"key":2,"value":"Cool
Foo"}]},"key_metadata":null,"split_offsets":{"array":[4]},"equality_ids":null,"sort_order_id":null}}
{"status":1,"snapshot_id":{"long":2593124689753704982},"sequence_number":null,"file_sequence_number":null,"data_file":{"content":0,"file_path":"/Users/kevinliu/repos/iceberg-python/warehouse/default/nested_table/data/%F0%9F%98%8E=Cool+Bar/00000-1-3d042b77-ea8d-4687-82fc-956637945f82.parquet","file_format":"PARQUET","partition":{"\uD83D\uDE0E":{"string":"Cool
Bar"}},"record_count":1,"file_size_in_bytes":891,"column_sizes":{"array":[{"key":1,"value":73},{"key":2,"value":94}]},"value_counts":{"array":[{"key":1,"value":1},{"key":2,"value":1}]},"null_value_counts":{"array":[{"key":1,"value":0},{"key":2,"value":0}]},"nan_value_counts":{"array":[]},"lower_bounds":{"array":[{"key":1,"value":"Bar"},{"key":2,"value":"Cool
Bar"}]},"upper_bounds":{"array":[{"key":1,"value":"Bar"},{"key":2,"value":"Cool
Bar"}]},"key_metadata":null,"split_offsets":{"array":[4]},"equality_ids":null,"sort_order_id":null}}
```
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]