tpalfy commented on a change in pull request #4104: NIFI-7159
URL: https://github.com/apache/nifi/pull/4104#discussion_r389092840
##########
File path:
nifi-commons/nifi-record/src/main/java/org/apache/nifi/serialization/record/RecordFieldType.java
##########
@@ -280,6 +286,25 @@ public DataType getRecordDataType(final RecordSchema
childSchema) {
return new RecordDataType(childSchema);
}
+ /**
+ * Returns a data type that represents a DECIMAL value with given
precision and scale
+ *
+ * @param precision indicates the expected number of digits before the
decimal point
Review comment:
Precision is the number of all digits.
----------------------------------------------------------------
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]
With regards,
Apache Git Services