You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2018/10/29 17:13:17 UTC

[tinkerpop] branch master updated (ba6a19c -> c131918)

This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git.


    from ba6a19c  Merge branch 'tp33'
     add 5cc2536  TINKERPOP-2081: Fix PersistedOutputRDD to eager persist RDD
     new ed2f061  Merge branch 'pr-973' into tp33
     new c131918  Merge branch 'tp33'

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGELOG.asciidoc                                           |  1 +
 .../gremlin/spark/structure/io/PersistedOutputRDD.java       | 12 +++++++++---
 2 files changed, 10 insertions(+), 3 deletions(-)


[tinkerpop] 02/02: Merge branch 'tp33'

Posted by sp...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git

commit c131918d945679a58acb7f1dda4c1a978fc7b701
Merge: ba6a19c ed2f061
Author: Stephen Mallette <sp...@genoprime.com>
AuthorDate: Mon Oct 29 13:13:00 2018 -0400

    Merge branch 'tp33'

 CHANGELOG.asciidoc                                           |  1 +
 .../gremlin/spark/structure/io/PersistedOutputRDD.java       | 12 +++++++++---
 2 files changed, 10 insertions(+), 3 deletions(-)



[tinkerpop] 01/02: Merge branch 'pr-973' into tp33

Posted by sp...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git

commit ed2f061e62961a07b9cd5dc8f3971a0e60ea753c
Merge: d5c4949 5cc2536
Author: Stephen Mallette <sp...@genoprime.com>
AuthorDate: Mon Oct 29 13:12:40 2018 -0400

    Merge branch 'pr-973' into tp33
    
    Conflicts:
    	CHANGELOG.asciidoc

 CHANGELOG.asciidoc                                           |  1 +
 .../gremlin/spark/structure/io/PersistedOutputRDD.java       | 12 +++++++++---
 2 files changed, 10 insertions(+), 3 deletions(-)

diff --cc CHANGELOG.asciidoc
index 206ae1e,c67f1be..4eba902
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@@ -23,8 -23,7 +23,9 @@@ image::https://raw.githubusercontent.co
  [[release-3-3-5]]
  === TinkerPop 3.3.5 (Release Date: NOT OFFICIALLY RELEASED YET)
  
 +This release also includes changes from <<release-3-2-11, 3.2.11>>.
 +
+ * Fixed `PersistedOutputRDD` to eager persist RDD by adding `count()` action calls.
  
  [[release-3-3-4]]
  === TinkerPop 3.3.4 (Release Date: October 15, 2018)