eric-maynard commented on code in PR #2629:
URL: https://github.com/apache/polaris/pull/2629#discussion_r2364024565
##########
runtime/service/src/main/java/org/apache/polaris/service/events/listeners/PolarisEventListener.java:
##########
@@ -29,287 +29,287 @@
* Represents an event listener that can respond to notable moments during
Polaris's execution.
* Event details are documented under the event objects themselves.
*/
-public abstract class PolarisEventListener {
+public interface PolarisEventListener {
Review Comment:
This was extensively debated at the time, but see [this
comment](https://github.com/apache/polaris/pull/922#discussion_r1988472892) and
related ones for why this is an ABC rather than an interface.
--
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]