huaxingao commented on code in PR #3915:
URL: https://github.com/apache/polaris/pull/3915#discussion_r2908772775
##########
persistence/relational-jdbc/src/main/java/org/apache/polaris/persistence/relational/jdbc/models/ModelIdempotencyRecord.java:
##########
@@ -147,7 +152,17 @@ static IdempotencyRecord fromRow(String realmId, ResultSet
rs) throws SQLExcepti
Integer httpStatus = (Integer) rs.getObject(HTTP_STATUS);
String errorSubtype = rs.getString(ERROR_SUBTYPE);
String responseSummary = rs.getString(RESPONSE_SUMMARY);
- String responseHeaders = rs.getString(RESPONSE_HEADERS);
+ Map<String, List<String>> responseHeaders = null;
Review Comment:
No, I don't think so.
--
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]