markobean commented on code in PR #7578:
URL: https://github.com/apache/nifi/pull/7578#discussion_r1289226530
##########
nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/SegmentContent.java:
##########
@@ -74,9 +75,11 @@ public class SegmentContent extends AbstractProcessor {
public static final PropertyDescriptor SIZE = new
PropertyDescriptor.Builder()
.name("Segment Size")
+ .displayName("Segment Size")
.description("The maximum data size in bytes for each segment")
- .addValidator(StandardValidators.DATA_SIZE_VALIDATOR)
Review Comment:
Reverted validator.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]