kevinjqliu commented on issue #1477:
URL: 
https://github.com/apache/iceberg-python/issues/1477#issuecomment-2568518425

   > i believe the core issue is with the parsing on the column_sizes 
sub-directory
   
   I dont see anything out of the ordinary. is there a particular reason you 
think its due to `column_sizes`? 
   
   It would be helpful to print out 
[`readable_metrics_struct`](https://github.com/apache/iceberg-python/blob/5da1f4d6b66cdc689e561d6291abbb757ffa561a/pyiceberg/table/inspect.py#L482-L516)
 and 
[`readable_metrics`](https://github.com/apache/iceberg-python/blob/5da1f4d6b66cdc689e561d6291abbb757ffa561a/pyiceberg/table/inspect.py#L541-L578)
   as well as `files_schema` and `files`.
   
   can you also try `test_table.inspect.entries()`, it uses the [same pyarrow 
schema 
logic](https://github.com/apache/iceberg-python/blob/5da1f4d6b66cdc689e561d6291abbb757ffa561a/pyiceberg/table/inspect.py#L99-L214)
   


-- 
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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to