dariuszseweryn commented on code in PR #10053:
URL: https://github.com/apache/nifi/pull/10053#discussion_r2189493844
##########
nifi-commons/nifi-record/src/main/java/org/apache/nifi/serialization/record/util/DataTypeUtils.java:
##########
@@ -686,7 +686,7 @@ private static DataType inferRecordDataType(final
Map<String, ?> map) {
* @param strict check for a strict match, i.e. all fields in the record
should have a corresponding entry in the schema
* @return True if the object is compatible with the schema
*/
- private static boolean isRecordTypeCompatible(RecordSchema schema, Object
value, boolean strict) {
Review Comment:
If there is a better suited function available — feel free to suggest
--
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]