ox commented on issue #2342:
URL: 
https://github.com/apache/iceberg-python/issues/2342#issuecomment-3201861151

   I think it's b/c `CommitTableRequest.model_dump_json` is called directly 
([ref](https://github.com/apache/iceberg-python/blob/main/pyiceberg/catalog/rest/__init__.py#L716))
 and it does not recursively call the child property `model_dump_json` 
overrides after running the [IcebergBaseModel model_dump* 
overrides](https://github.com/apache/iceberg-python/blob/main/pyiceberg/typedef.py#L138-L150).


-- 
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]

Reply via email to