Github user markap14 commented on a diff in the pull request:
https://github.com/apache/nifi/pull/2523#discussion_r174825845
--- Diff:
nifi-nar-bundles/nifi-extension-utils/nifi-record-utils/nifi-standard-record-utils/src/main/java/org/apache/nifi/schema/access/HortonworksAttributeSchemaReferenceStrategy.java
---
@@ -84,7 +85,8 @@ public RecordSchema getSchema(Map<String, String>
variables, final InputStream c
final long schemaId = Long.parseLong(schemaIdentifier);
final int version = Integer.parseInt(schemaVersion);
--- End diff --
Shouldn't we be supporting the use of a Branch Name instead of a Version
here? I.e., should we support using either version OR branch name?
---