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

    https://github.com/apache/metron/pull/675#discussion_r131151842
  
    --- Diff: 
metron-stellar/stellar-common/src/main/java/org/apache/metron/stellar/common/LambdaExpression.java
 ---
    @@ -56,9 +57,9 @@ public Object apply(List<Object> variableArgs) {
           lambdaVariables.put(variables.get(i), null);
         }
     
    -    VariableResolver variableResolver = variable -> 
lambdaVariables.getOrDefault(variable
    +    VariableResolver variableResolver = new 
DefaultVariableResolver(variable -> lambdaVariables.getOrDefault(variable
    --- End diff --
    
    The only impact would be in the tests right now.  Since we use the 
MapResolver in most places ( shell, profiler, enrichments, parser ).


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to