Github user pvillard31 commented on the issue:
https://github.com/apache/nifi/pull/2138
Thanks for the review @mattyb149 and @joewitt. I updated the property
description based on your comments. Regarding the unit test, since I'm using a
``HiveStatement`` object in the custom validate method, I'm not sure I can
easily test the property (it'll always fail in a default build even with the
Derby backend). And, if adding a unit test where I expect the validation to
raise an error, this test may not have the expected result if using different
profiles in the maven build.
---