pvillard31 commented on code in PR #11158:
URL: https://github.com/apache/nifi/pull/11158#discussion_r3119853995
##########
nifi-extension-bundles/nifi-standard-services/nifi-record-serialization-services-bundle/nifi-record-serialization-services/src/main/java/org/apache/nifi/json/JsonRecordSetWriter.java:
##########
@@ -123,13 +123,25 @@ public class JsonRecordSetWriter extends
DateTimeTextRecordSetWriter implements
.allowableValues("0", "1", "2", "3", "4", "5", "6", "7", "8", "9")
.dependsOn(COMPRESSION_FORMAT, COMPRESSION_FORMAT_GZIP)
.build();
+ public static final PropertyDescriptor REUSE_INPUT_SERIALIZATION = new
PropertyDescriptor.Builder()
+ .name("Use Input Serialization")
Review Comment:
Went with ENABLED/DISABLED using AllowableValues and not an Enum to be
consistent with the rest of the code for this class.
--
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]