This is an automated email from the ASF dual-hosted git repository.
mattyb149 pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git.
from 8506a60 NIFI-9337: added missing enum value SINGLE_BATCH_PER_NODE of
FlowFileConcurrencyType (#5484)
add 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.
No new revisions were added by this update.
Summary of changes:
.../java/org/apache/nifi/avro/AvroTypeUtil.java | 13 +++++++++++++
.../org/apache/nifi/avro/TestAvroTypeUtil.java | 22 ++++++++++++++++++++--
2 files changed, 33 insertions(+), 2 deletions(-)