rdsr commented on issue #926: Support notification on table writes URL: https://github.com/apache/incubator-iceberg/issues/926#issuecomment-615535665 My idea is update the `PendingUpdate<T>` interface and add a default method there ``` default UpdateEvent updateEvent() { return UpdateEvent.NoOpEvent.INSTANCE; } ``` Each update implementation will extend this interface and provide implementation of updateEvent. `SnapshotProducer` will execute the listener code.
---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org