andrew4699 commented on code in PR #922:
URL: https://github.com/apache/polaris/pull/922#discussion_r1985522331


##########
service/common/src/main/java/org/apache/polaris/service/catalog/BasePolarisCatalog.java:
##########
@@ -1254,6 +1267,7 @@ public void doRefresh() {
       if (latestLocation == null) {
         disableRefresh();
       } else {
+        polarisEventListener.onBeforeRefreshTable(new 
BeforeTableRefreshEvent(tableIdentifier));

Review Comment:
   Yea that would be interesting. It might not be ideal to couple events to 
methods though, as that could force you to unnecessarily extract things into a 
separate method.



-- 
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]

Reply via email to