xsfa commented on issue #1477:
URL:
https://github.com/apache/iceberg-python/issues/1477#issuecomment-2568420709
```json
{
"content": "DATA",
"file_path":
"s3a://dataplatform/silver/iceberg/spark/dbname/tablename/data/00001-3933-e97b5082-3b9e-4c4e-b965-f290205bcf3a-0-00001.parquet",
"file_format": "PARQUET",
"spec_id": 0,
"record_count": 16718742,
"file_size_in_bytes": 474139920,
"column_sizes": {
"1": 44833933,
"2": 39592909,
"3": 26025570,
"4": 21604711,
"5": 27511454,
"6": 930995,
"7": 5173236,
"8": 4051761,
"9": 4944629,
"10": 24729094
},
"value_counts": {
"1": 16718742,
"2": 16718742,
"3": 16718742,
"4": 16718742,
"5": 16718742,
"6": 16718742,
"7": 16718742,
"8": 16718742,
"9": 16718742,
"10": 16718742
},
"null_value_counts": {
"1": 0,
"2": 0,
"3": 0,
"4": 3910423,
"5": 7637,
"6": 0,
"7": 0,
"8": 10289423,
"9": 0,
"10": 0
},
"split_offsets": [4, 138429859, 276834527, 415238280],
"sort_order_id": 0
}
```
Heres an example entry from the `files` array with column level information
removed. While its not matching the original stack trace i posted, i believe
the core issue is with the parsing on the `column_sizes` sub-directory
--
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]