GitHub user njayaram2 opened a pull request:

    https://github.com/apache/incubator-madlib/pull/44

    Feature: Sessionize funtion

    JIRA: MADLIB-909
    
    This contains the implementation of the phase 1 sessionize function.
    The current input parameters are the input and output table names,
    along with a partition expression, the time_stamp column name and
    the time_out period to consider for sessionization. The implementation
    uses the window function to perform sessionization.
    This commit also contains the install check file for sessionization.

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

    $ git pull https://github.com/njayaram2/incubator-madlib 
feature/sessionization

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

    https://github.com/apache/incubator-madlib/pull/44.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 #44
    
----
commit b0d3b318402d62a7c1aab300f183ea049afb538b
Author: Nandish Jayaram <[email protected]>
Date:   2016-05-31T16:30:44Z

    Feature: Sessionize funtion
    
    JIRA: MADLIB-909
    
    This contains the implementation of the phase 1 sessionize function.
    The current input parameters are the input and output table names,
    along with a partition expression, the time_stamp column name and
    the time_out period to consider for sessionization. The implementation
    uses the window function to perform sessionization.
    This commit also contains the install check file for sessionization.

----


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