ChrisSamo632 commented on code in PR #7823:
URL: https://github.com/apache/nifi/pull/7823#discussion_r1348634058


##########
nifi-nar-bundles/nifi-extension-utils/nifi-record-utils/nifi-json-record-utils/src/main/java/org/apache/nifi/json/AbstractJsonRowRecordReader.java:
##########
@@ -51,16 +53,31 @@
 import java.util.function.Supplier;
 
 public abstract class AbstractJsonRowRecordReader implements RecordReader {
+    static final PropertyDescriptor MAX_STRING_LENGTH = new 
PropertyDescriptor.Builder()
+            .name("max-string-length")

Review Comment:
   I'd copied for consistency this from existing updates to Processors such as 
`SplitJson`, but I've no issues renaming it here if we're OK to accept the 
inconsistency (only likely a frustration for anyone scripting 
processor/controller updates rather than using the NiFi UI)



-- 
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]

Reply via email to