You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by ma...@apache.org on 2020/04/20 15:25:50 UTC

[nifi] branch master updated (99e69f0 -> 923a07a)

This is an automated email from the ASF dual-hosted git repository.

markap14 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nifi.git.


    from 99e69f0  NIFI-7318 - Allow 'docker stop' to gracefully shutdown
     add 923a07a  NIFI-7300 Allowing narrow numeric types to fit againt schema check with wider type; Allowing doubles with value within float precision to be considered as valid floats (NIFI-7302)

No new revisions were added by this update.

Summary of changes:
 .../nifi/serialization/record/RecordFieldType.java |   6 +-
 .../serialization/record/util/DataTypeUtils.java   | 158 +++++++++++++++++++++
 .../serialization/record/TestDataTypeUtils.java    | 151 ++++++++++++++++++++
 .../schema/validation/StandardSchemaValidator.java |  52 ++++---
 .../validation/TestStandardSchemaValidator.java    | 153 ++++++++++++++++++++
 5 files changed, 498 insertions(+), 22 deletions(-)