This is an automated email from the ASF dual-hosted git repository.
exceptionfactory pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git.
from 1191e51 NIFI-9335: Updated AvroTypeUtil#createAvroRecord to ensure
that if the given Avro Schema contains a field whose value is defaulted, the
produced Avro Record has that value populated. Also added a unit test to verify
behavior. Ran performance test (which is igonred and must be manually enabled)
- about 2.1 seconds before the change and about 2.5 seconds after the change
for each iteration.
add d7e41e2 NIFI-9328: Transfer cleanup and reuse added to
FetchFileTransfer in case of FileNotFound and PermissionDenied exceptions.
No new revisions were added by this update.
Summary of changes:
.../processors/standard/FetchFileTransfer.java | 22 +++-----
.../nifi/processors/standard/TestFetchFTP.java | 59 ++++++++++++++++++++--
2 files changed, 63 insertions(+), 18 deletions(-)