AdamPurnomo commented on issue #13581:
URL: https://github.com/apache/iceberg/issues/13581#issuecomment-3460599632
From the spec, it says
```
Returns a sequence of changes to catalog objects (tables, namespaces, views)
that allows clients to efficiently track metadata modifications
without polling individual
resources.
```
But looking around into the concrete implementations of the catalog, it
doesn't seem that we do keep track of changes for each operation on catalog
object. Is the scope of this issue to also implement the part where we need to
keep track the update operation on catalog object for all catalog
implementation?
--
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]