mattyb149 commented on code in PR #8362:
URL: https://github.com/apache/nifi/pull/8362#discussion_r1702294477
##########
nifi-extension-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/ValidateCsv.java:
##########
@@ -120,11 +120,20 @@ public class ValidateCsv extends AbstractProcessor {
.description("The schema to be used for validation. Is expected a
comma-delimited string representing the cell "
+ "processors to apply. The following cell processors are
allowed in the schema definition: "
+ allowedOperators.toString() + ". Note: cell processors
cannot be nested except with Optional.")
- .required(true)
+ .required(false)
Review Comment:
I think the "unless" part is true here. But now there are merge conflicts,
sorry I lost track of this
--
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]