You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add PendingUpdateTyped template class to provide type-safe Apply() method
for table metadata changes. This allows different operations to return
specific result types (e.g., vector<Snapshot> for ExpireSnapshots).
Changes:
- Add PendingUpdateTyped<T> template extending PendingUpdate
- Move typed Apply() method from base to template class
- Remove ErrorCollector base from PendingUpdate (simplified design)
This is needed for ExpireSnapshots which returns vector<Snapshot> from Apply().
0 commit comments