rdsr edited a comment on issue #926: Support notification on table writes URL: https://github.com/apache/incubator-iceberg/issues/926#issuecomment-615535665 My idea is to update the `PendingUpdate<T>` interface and add a default method there ``` default UpdateEvent updateEvent() { return UpdateEvent.NoOpEvent.INSTANCE; } ``` Each update api implementing this interface will provide implementation of `updateEvent()`. `SnapshotProducer` will execute the listener code to call listeners tied to the event, as the last step in the `commit()` method @rdblue thoughts?
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
