dimas-b commented on code in PR #3915:
URL: https://github.com/apache/polaris/pull/3915#discussion_r2897595693
##########
polaris-core/src/main/java/org/apache/polaris/core/entity/IdempotencyRecord.java:
##########
@@ -53,7 +53,7 @@ public record IdempotencyRecord(
Integer httpStatus,
String errorSubtype,
String responseSummary,
- String responseHeaders,
+ Map<String, String> responseHeaders,
Review Comment:
Records are supposed to be immutable. Should we ensure this map is immutable?
--
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]