You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2021/01/05 16:51:08 UTC

[GitHub] [nifi] mattyb149 commented on a change in pull request #4682: NIFI-7973: Add default precision and scale properties to remaining SQL-based components

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:
users@infra.apache.org