exceptionfactory commented on PR #9347: URL: https://github.com/apache/nifi/pull/9347#issuecomment-2444322164
Thanks for moving this forward @pvillard31. Reviewing the changes locally, I found the `dropUnknownFields` check in `MapRecord` was blocking the record field from being updated. Removing that check seems to have yielded the expected behavior, but still evaluating the impact. I pushed a commit with that change, along with optimizing the field removal handling to avoid creating the deep copy of the JsonNode when that is not necessary. -- 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]
