MikeThomsen commented on a change in pull request #5900:
URL: https://github.com/apache/nifi/pull/5900#discussion_r835954005
##########
File path:
nifi-nar-bundles/nifi-extension-utils/nifi-record-utils/nifi-avro-record-utils/src/test/resources/org/apache/nifi/avro/defaultArrayInRecords1.json
##########
@@ -16,7 +16,7 @@
"items":"int"
},
"doc":"array of ints",
- "default": 0
+ "default": [ 0 ]
Review comment:
Not sure why the first one ever worked because the `0` literal is not an
array. It broke with the update to 1.11
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]