Grant Henke created NIFI-6867:
---------------------------------
Summary: PutKudu operation type parameter allows bad values
Key: NIFI-6867
URL: https://issues.apache.org/jira/browse/NIFI-6867
Project: Apache NiFi
Issue Type: Bug
Affects Versions: 1.10.0
Reporter: Grant Henke
The description in the operation type parameter of the PutKudu processor
doesn't show the valid choices. As far as I can tell the only place to get this
information is in the code here:
https://github.com/apache/nifi/blob/master/nifi-nar-bundles/nifi-kudu-bundle/nifi-kudu-processors/src/main/java/org/apache/nifi/processors/kudu/PutKudu.java#L258
A validator that only allows the correct values should also be added:
https://github.com/apache/nifi/blob/master/nifi-nar-bundles/nifi-kudu-bundle/nifi-kudu-processors/src/main/java/org/apache/nifi/processors/kudu/PutKudu.java#L117
--
This message was sent by Atlassian Jira
(v8.3.4#803005)