mattyb149 commented on a change in pull request #5784:
URL: https://github.com/apache/nifi/pull/5784#discussion_r815923858
##########
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:
On second thought, it looks like all usages of `toMap()` take that into
account, which is a bit unfortunate since I see a bunch of Jiras in the `git
blame` that fix individual scenarios of nested records/maps. For now I'll
review this as its own capability.
--
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]