markap14 commented on a change in pull request #4682:
URL: https://github.com/apache/nifi/pull/4682#discussion_r551502899
##########
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'm not sure that I understand what "registry" means in this context
----------------------------------------------------------------
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]