You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@metron.apache.org by nickwallen <gi...@git.apache.org> on 2017/02/02 16:57:49 UTC

[GitHub] incubator-metron pull request #434: METRON-687 Create String Formatting Func...

GitHub user nickwallen opened a pull request:

    https://github.com/apache/incubator-metron/pull/434

    METRON-687 Create String Formatting Function for Stellar

    Created a string formatting function for Stellar. 
    * Uses Java's String formatting conventions.  
    * Any non-existent variables will be formatted as 'null'.  This failure scenario would arise from a data quality issue.
    * Forgetting to pass an argument required by the format string will throw an exception.  
    * Not passing a format string will throw an exception.
    
    #### FORMAT
    * Description: Returns a formatted string using the specified format string and arguments.  Uses Java's string formatting conventions.
    * Input:
        * format - string
        * arguments... - object(s)
    * Returns: A formatted string.
    


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/nickwallen/incubator-metron METRON-687

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-metron/pull/434.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #434
    
----
commit 5b1fad7ecc73f2e7a44ba644812eb1f008e82853
Author: Nick Allen <ni...@nickallen.org>
Date:   2017-02-02T16:42:13Z

    METRON-687 Create String Formatting Function for Stellar

----


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

[GitHub] incubator-metron issue #434: METRON-687 Create String Formatting Function fo...

Posted by cestella <gi...@git.apache.org>.
Github user cestella commented on the issue:

    https://github.com/apache/incubator-metron/pull/434
  
    nice, quick, to the point and necessary.  +1 by inspection.


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

[GitHub] incubator-metron pull request #434: METRON-687 Create String Formatting Func...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/incubator-metron/pull/434


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