mattyb149 commented on a change in pull request #5784:
URL: https://github.com/apache/nifi/pull/5784#discussion_r815916425



##########
File path: 
nifi-commons/nifi-record/src/main/java/org/apache/nifi/serialization/record/MapRecord.java
##########
@@ -312,7 +312,50 @@ public String toString() {
 
     @Override
     public Map<String, Object> toMap() {
-        return Collections.unmodifiableMap(values);
+        return toMap(false);

Review comment:
       This retains current behavior but is that what we want? Or is it a bug 
that should be fixed for the same reason you added the overloaded method?




-- 
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]


Reply via email to