This is an automated email from the ASF dual-hosted git repository.
spmallette pushed a change to branch TINKERPOP-2635
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git.
discard a411978 TINKERPOP-2635 filtering for unproductive by() WIP
discard 9ec2663 TINKERPOP-2635 Add fail() step
add b558a09 ProductiveByStrategy is similar to SubgraphStrategy and
therefore shouldn't trigger the SparkStarBarrierInteceptor CTR
add 6beb7a3 Merge branch '3.5-dev'
add 9341a43 TINKERPOP-2660 Added back close message to drivers
add cf11a4c Merge branch '3.5-dev'
add 08fab39 TINKERPOP-2635 Add fail() step
add cf95caa TINKERPOP-2635 filtering for unproductive by()
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (a411978)
\
N -- N -- N refs/heads/TINKERPOP-2635 (cf95caa)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
CHANGELOG.asciidoc | 1 +
.../src/Gremlin.Net/Driver/Connection.cs | 13 +++++++++
gremlin-dotnet/src/Gremlin.Net/Driver/Tokens.cs | 1 -
.../tinkerpop/gremlin/driver/Connection.java | 31 ++++++++++++++++++++++
.../gremlin-javascript/lib/driver/client.js | 4 +++
.../main/python/gremlin_python/driver/client.py | 9 +++++++
.../interceptor/SparkStarBarrierInterceptor.java | 1 -
.../optimization/SparkInterceptorStrategyTest.java | 9 +++++--
8 files changed, 65 insertions(+), 4 deletions(-)