Github user mattyb149 commented on the issue:
https://github.com/apache/nifi/pull/777
These are great additions, thank you for the contribution! A couple of
notes:
1) You have a couple of merge commits in this PR, it would be cleaner to
start with the latest version of master (on a new branch), cherry-pick in your
commits, then for this branch you could reset --hard <other_branch> (use
caution with the --hard option though!) and force-push the branch to update
this PR.
2) There are lots of whitespace changes, are these due to warnings in the
Asciidoc transpiler, legitimate whitespace issues, and/or an auto-format
feature of your IDE?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---