Github user MikeThomsen commented on a diff in the pull request:

    https://github.com/apache/nifi/pull/2706#discussion_r188746508
  
    --- Diff: 
nifi-nar-bundles/nifi-extension-utils/nifi-record-utils/nifi-avro-record-utils/src/main/java/org/apache/nifi/schema/access/SchemaAccessUtils.java
 ---
    @@ -85,7 +85,7 @@
                 .description("Specifies the name of the branch to use when 
looking up the schema in the Schema Registry property. " +
                         "If the chosen Schema Registry does not support 
branching, this value will be ignored.")
                 .addValidator(StandardValidators.NON_EMPTY_VALIDATOR)
    -            .expressionLanguageSupported(true)
    +            
.expressionLanguageSupported(ExpressionLanguageScope.VARIABLE_REGISTRY)
    --- End diff --
    
    Ok. Looks like you took care of that in 5145? So I rebased and pushed a new 
copy. Looks clear to me now.


---

Reply via email to