From commits-return-29932-archive-asf-public=cust-asf.ponee.io@tinkerpop.apache.org Thu Jun 14 17:38:50 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 9786B1807A5 for ; Thu, 14 Jun 2018 17:38:48 +0200 (CEST) Received: (qmail 12093 invoked by uid 500); 14 Jun 2018 15:38:47 -0000 Mailing-List: contact commits-help@tinkerpop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tinkerpop.apache.org Delivered-To: mailing list commits@tinkerpop.apache.org Received: (qmail 11995 invoked by uid 99); 14 Jun 2018 15:38:47 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Jun 2018 15:38:47 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 3023EE10E1; Thu, 14 Jun 2018 15:38:47 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: florianhockmann@apache.org To: commits@tinkerpop.apache.org Date: Thu, 14 Jun 2018 15:38:55 -0000 Message-Id: In-Reply-To: <6aa58bd20e9a4e79bba602981507611b@git.apache.org> References: <6aa58bd20e9a4e79bba602981507611b@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [10/50] tinkerpop git commit: Merge branch 'TINKERPOP-1963' into tp32 Merge branch 'TINKERPOP-1963' into tp32 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/f411f1d4 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/f411f1d4 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/f411f1d4 Branch: refs/heads/TINKERPOP-1836 Commit: f411f1d4e90ca565d2a58fde6fa2d4a74db8ef4b Parents: 1b59b9e 9952bcf Author: Stephen Mallette Authored: Thu May 31 15:50:27 2018 -0400 Committer: Stephen Mallette Committed: Thu May 31 15:50:27 2018 -0400 ---------------------------------------------------------------------- CHANGELOG.asciidoc | 1 + .../traversal/step/branch/BranchStep.java | 42 +++++++++++++++++--- .../step/util/ReducingBarrierStep.java | 1 - .../Gherkin/GherkinTestRunner.cs | 6 ++- .../step/branch/GroovyChooseTest.groovy | 11 +++++ gremlin-test/features/branch/Choose.feature | 27 +++++++++++++ .../traversal/step/branch/ChooseTest.java | 35 ++++++++++++++++ 7 files changed, 115 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/f411f1d4/CHANGELOG.asciidoc ---------------------------------------------------------------------- diff --cc CHANGELOG.asciidoc index 3d33c78,0008a1a..6251b6d --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@@ -23,11 -23,9 +23,12 @@@ image::https://raw.githubusercontent.co [[release-3-2-10]] === TinkerPop 3.2.10 (Release Date: NOT OFFICIALLY RELEASED YET) + * Fixed bug in `branch()` where reducing steps as options would produce incorrect results. * Removed recursive handling of streaming results from Gremlin-Python driver to avoid max recursion depth errors. +* Improved performance of `TraversalVertexProgram` and related infrastructure. * Fixed bug in `GroovyTranslator` that didn't properly handle empty `Map` objects. +* Added concrete configuration methods to `SparkGraphComputer` to make a more clear API for configuring it. +* Fixed a bug in `TinkerGraphCountStrategy`, which didn't consider that certain map steps may not emit an element. [[release-3-2-9]] === TinkerPop 3.2.9 (Release Date: May 8, 2018)