adutra commented on code in PR #5141:
URL: https://github.com/apache/polaris/pull/5141#discussion_r3659452417
##########
runtime/service/src/main/java/org/apache/polaris/service/catalog/iceberg/IcebergRestCatalogEventServiceDelegator.java:
##########
@@ -78,7 +79,7 @@ public IcebergRestCatalogEventServiceDelegator(
PolarisEventDispatcher polarisEventDispatcher,
PolarisEventMetadataFactory eventMetadataFactory,
CatalogPrefixParser prefixParser,
- EventAttributeMap eventAttributeMap) {
+ MutableAttributeMap eventAttributeMap) {
Review Comment:
I think it's important to require a mutable map here, because that is a hard
requirement. An immutable map wouldn't work.
--
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]