You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by va...@apache.org on 2023/05/25 23:59:26 UTC

[tinkerpop] branch master updated (c230a02c0c -> cc405454d3)

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

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


    from c230a02c0c Regenerate test Gremlin after adding union() start step CTR
     add 3c9d02c732 (fix) dont use deprecated methods
     add 6cc55bf007 (fix) dont use deprecated methods internally
     add 69234411bc Merge pull request #2071 from hamilton-earthscope/fix-py-warnings
     add f27278d24c [TINKERPOP-2941] Stop deleting the output location if it is not empty
     add d8cff12eb0 Merge pull request #2053 from ministat/hj_TINKERPOP-2941
     add 599c4418a7 Merge branch '3.5-dev' into 3.6-dev
     new cc405454d3 Merge branch '3.6-dev'

The 1 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-python/src/main/python/README.rst          | 16 +++----
 gremlin-python/src/main/python/example.py          |  2 +-
 .../gremlin_python/process/graph_traversal.py      | 52 +++++++++++-----------
 .../python/gremlin_python/process/traversal.py     |  2 +-
 .../apache/tinkerpop/gremlin/hadoop/Constants.java |  1 +
 .../spark/process/computer/SparkGraphComputer.java | 16 ++++++-
 .../process/computer/SparkHadoopGraphProvider.java | 10 ++++-
 .../SparkCloneVertexProgramInterceptorTest.java    | 46 +++++++++++++++++++
 9 files changed, 107 insertions(+), 39 deletions(-)


[tinkerpop] 01/01: Merge branch '3.6-dev'

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

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

commit cc405454d30491e563f381b0a262b3bd76201dbf
Merge: c230a02c0c 599c4418a7
Author: Valentyn Kahamlyk <va...@bitquilltech.com>
AuthorDate: Thu May 25 16:59:08 2023 -0700

    Merge branch '3.6-dev'

 CHANGELOG.asciidoc                                 |  1 +
 gremlin-python/src/main/python/README.rst          | 16 +++----
 gremlin-python/src/main/python/example.py          |  2 +-
 .../gremlin_python/process/graph_traversal.py      | 52 +++++++++++-----------
 .../python/gremlin_python/process/traversal.py     |  2 +-
 .../apache/tinkerpop/gremlin/hadoop/Constants.java |  1 +
 .../spark/process/computer/SparkGraphComputer.java | 16 ++++++-
 .../process/computer/SparkHadoopGraphProvider.java | 10 ++++-
 .../SparkCloneVertexProgramInterceptorTest.java    | 46 +++++++++++++++++++
 9 files changed, 107 insertions(+), 39 deletions(-)