Is your feature request related to a problem?
When reviewing #4249 I found that restore supports commit_properties but not post_commithook_properties. Other mutating APIs expose both.
Describe the solution you'd like
Add optional post_commithook_properties to restore:
- Public API in table.py
- Binding signature in lib.rs
- Typing stub in _internal.pyi
- Wire into maybe_create_commit_properties
Describe alternatives you've considered
No response
Priority
Low - Nice to have
Additional context
No response
Contribution
Is your feature request related to a problem?
When reviewing #4249 I found that restore supports
commit_propertiesbut notpost_commithook_properties. Other mutating APIs expose both.Describe the solution you'd like
Add optional
post_commithook_propertiesto restore:Describe alternatives you've considered
No response
Priority
Low - Nice to have
Additional context
No response
Contribution