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

    https://github.com/apache/incubator-metron/pull/293#discussion_r82214084
  
    --- Diff: 
metron-platform/metron-common/src/main/java/org/apache/metron/common/dsl/functions/StringFunctions.java
 ---
    @@ -222,4 +222,16 @@ public Object apply(List<Object> args) {
           return null;
         }
       }
    +
    +  @Stellar( name="LENGTH"
    +          , description = "Returns the length of a string"
    +          , params = { "input - String" }
    +          , returns = "String"
    --- End diff --
    
    Probably need to change`returns = "String"` to indicate that it returns an 
Integer which is the length of the String.  However you want to say that is 
fine, but it does not actually return a String.


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to