mattyb149 commented on a change in pull request #4682:
URL: https://github.com/apache/nifi/pull/4682#discussion_r552051653



##########
File path: 
nifi-nar-bundles/nifi-extension-utils/nifi-database-utils/src/main/java/org/apache/nifi/util/db/JdbcProperties.java
##########
@@ -78,4 +77,15 @@
             
.expressionLanguageSupported(ExpressionLanguageScope.FLOWFILE_ATTRIBUTES)
             .required(true)
             .build();
+
+    // Registry-only versions of Default Precision and Default Scale properties
+    public static final PropertyDescriptor REGISTRY_ONLY_DEFAULT_PRECISION =

Review comment:
       I'll change them to say `VARIABLE_REGISTRY_ONLY`, hopefully that makes 
it clearer that it is like the base property but doesn't support FlowFile 
attributes




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