adnanhemani commented on code in PR #3391:
URL: https://github.com/apache/polaris/pull/3391#discussion_r2677589738
##########
runtime/service/src/main/java/org/apache/polaris/service/events/PolarisEventMetadataFactory.java:
##########
@@ -41,6 +42,7 @@ public class PolarisEventMetadataFactory {
@Inject Clock clock;
@Inject CurrentIdentityAssociation currentIdentityAssociation;
@Inject Instance<RealmContext> realmContext;
+ @Inject Instance<EventAttributesHolder> eventAttributesHolder;
Review Comment:
Not completely sure to be fair, since it is a POC, I just went with the code
suggestion and didn't think about this piece much 😅
--
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]