apuntandoanulo commented on a change in pull request #4301:
URL: https://github.com/apache/nifi/pull/4301#discussion_r431866633
##########
File path:
nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/ValidateRecord.java
##########
@@ -180,6 +180,24 @@
.defaultValue("true")
.required(true)
.build();
+ static final PropertyDescriptor MAX_VALIDATION_DETAILS_LENGTH = new
PropertyDescriptor.Builder()
+ .name("maximum-validation-details-length")
+ .displayName("Maximum Validation Details Length")
+ .description("Specifies the maximum number of characters that
validation details value can have. Any characters beyond the max will be
truncated.")
Review comment:
You're right!
----------------------------------------------------------------
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]