andrew4699 commented on code in PR #921:
URL: https://github.com/apache/polaris/pull/921#discussion_r1949571408
##########
service/common/src/main/java/org/apache/polaris/service/catalog/BasePolarisCatalog.java:
##########
@@ -1256,6 +1262,8 @@ public void doRefresh() {
@Override
public void doCommit(TableMetadata base, TableMetadata metadata) {
+ eventEmitter.fire(new BeforeTableCommitEvent(base, metadata));
Review Comment:
Vert.x event buses sound interesting, but I haven't used them before. Do you
already have a sense of the tradeoffs or would you unequivocally suggest using
them?
--
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]