SandishKumarHN commented on a change in pull request #3748: NIFI-6680: Nifi
PutKudu processor - Convert record field names to low…
URL: https://github.com/apache/nifi/pull/3748#discussion_r328352942
##########
File path:
nifi-nar-bundles/nifi-kudu-bundle/nifi-kudu-processors/src/main/java/org/apache/nifi/processors/kudu/PutKudu.java
##########
@@ -99,6 +99,15 @@
.addValidator(StandardValidators.NON_EMPTY_VALIDATOR)
.build();
+ protected static final PropertyDescriptor LOWERCASE_FIELD_NAMES = new
Builder()
Review comment:
multiple places, Nit: keep original indent.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services