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



##########
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:
       Thanks @simonbence , I have updated the PR according to your suggestion.




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