You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by spmallette <gi...@git.apache.org> on 2018/06/21 23:49:22 UTC

[GitHub] tinkerpop pull request #884: TINKERPOP-1985 Changing position on bulk import...

GitHub user spmallette opened a pull request:

    https://github.com/apache/tinkerpop/pull/884

    TINKERPOP-1985 Changing position on bulk import/export

    https://issues.apache.org/jira/browse/TINKERPOP-1985
    
    Deprecated `BulkLoaderVertexProgram` and `BulkDumperVertexProgram`. BLVP is not replaced, but BDVP has been renamed to `CloneVertexProgram` which is more aptly named for what it does. Modified docs to discuss all these changes.
    
    All tests pass with `docker/build.sh -t -n -i`
    
    VOTE +1

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

    $ git pull https://github.com/apache/tinkerpop TINKERPOP-1985

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

    https://github.com/apache/tinkerpop/pull/884.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 #884
    
----
commit fe250834684202c0fbd947da816d172b07d5c9d4
Author: Stephen Mallette <sp...@...>
Date:   2018-06-21T19:11:36Z

    TINKERPOP-1985 Changing position on bulk import/export
    
    Deprecated BulkLoaderVertexProgram and BulkDumperVertexProgram. BLVP is not replaced, but BDVP has been renamed to CloneVertexProgram which is more aptly named for what it does. Modified docs to discuss all these changes.

----


---

[GitHub] tinkerpop issue #884: TINKERPOP-1985 Changing position on bulk import/export

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

    https://github.com/apache/tinkerpop/pull/884
  
    VOTE: +1


---