GitHub user ottobackwards opened a pull request:

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

    METRON-449 JSONMapParser should unfold maps to arbitrary depths

    The JSON Parser currently only unfolds maps at the root level.  The parser 
would support a wider range of sources is it supported unfolding maps at any 
depth of the document.
    
    METRON-449 adds a recursive function to unfold Maps as they are encountered 
when parsing.  A new function was added because the enum lambdas cannot 
reference themselves.

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

    $ git pull https://github.com/ottobackwards/incubator-metron METRON-449

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

    https://github.com/apache/incubator-metron/pull/271.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 #271
    
----
commit b5360fff99620d8b6806e1e0fa382b292fa56b8c
Author: Otto Fowler <[email protected]>
Date:   2016-09-24T13:53:31Z

    METRON-449 JSONMapParser should unfold maps to arbitrary depths

----


---
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