You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@predictionio.apache.org by shimamoto <gi...@git.apache.org> on 2017/11/15 04:02:19 UTC

[GitHub] incubator-predictionio pull request #446: [PIO-137] Create a connection obje...

GitHub user shimamoto opened a pull request:

    https://github.com/apache/incubator-predictionio/pull/446

    [PIO-137] Create a connection object at a worker to delete events

    Fixes to create a connection object at a worker. Bump scalikejdbc version to 3.1.0 because it's very old.
    
    see [here](https://issues.apache.org/jira/browse/PIO-137)

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

    $ git pull https://github.com/shimamoto/incubator-predictionio PIO-137_fix_jdbc_delete

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

    https://github.com/apache/incubator-predictionio/pull/446.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 #446
    
----
commit 9c73188bc31b8bd87b868eb982c5b96458e6a63d
Author: shimamoto <sh...@apache.org>
Date:   2017-11-14T08:58:11Z

    [PIO-137] Create a connection object at a worker to delete events.

----


---