simonbence commented on a change in pull request #4463:
URL: https://github.com/apache/nifi/pull/4463#discussion_r475533064



##########
File path: 
nifi-nar-bundles/nifi-cassandra-bundle/nifi-cassandra-processors/src/main/java/org/apache/nifi/processors/cassandra/QueryCassandra.java
##########
@@ -130,6 +132,24 @@
             .defaultValue(AVRO_FORMAT)
             .build();
 
+    public static final PropertyDescriptor DATE_FORMAT_PATTERN = new 
PropertyDescriptor.Builder()
+            .name("timestamp-format-pattern")

Review comment:
       Minor: I think there is only a small chance for having different 
"timestamp format pattern" property other than the one for JSON, but as 
property names should not change later, I would suggest to keep the name 
consequent to the display name and involve json in it.




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


Reply via email to