matthew-formosa-gig commented on a change in pull request #3343: Nifi 5572
URL: https://github.com/apache/nifi/pull/3343#discussion_r292973836
 
 

 ##########
 File path: 
nifi-commons/nifi-record/src/main/java/org/apache/nifi/serialization/record/RecordFieldType.java
 ##########
 @@ -265,6 +270,19 @@ public DataType getDataType(final String format) {
         return new DataType(this, format);
     }
 
+    /**
+     * Returns a Data Type that represents a "Decimal" with given precision
+     * @param precision number of digits to the right of point (.)
 
 Review comment:
   The scale is actually the number of digits to the right of the point. The 
precision is the number of digits in the number.

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


With regards,
Apache Git Services

Reply via email to