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/06/18 17:35:01 UTC

[3/3] tinkerpop git commit: Merge branch 'TINKERPOP-1979'

Merge branch 'TINKERPOP-1979'


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/b2143699
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/b2143699
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/b2143699

Branch: refs/heads/master
Commit: b21436999b1ce003a789f54485f4353b4cfb4b0d
Parents: 2b319ab a6e0a2d
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Mon Jun 18 13:34:39 2018 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Mon Jun 18 13:34:39 2018 -0400

----------------------------------------------------------------------
 CHANGELOG.asciidoc                              |  1 +
 .../process/traversal/step/map/MathStep.java    | 64 ++++++++++++++++----
 .../process/traversal/step/map/MathTest.java    | 32 ++++++++++
 3 files changed, 85 insertions(+), 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/b2143699/CHANGELOG.asciidoc
----------------------------------------------------------------------
diff --cc CHANGELOG.asciidoc
index f7429fe,edbb009..d361518
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@@ -63,8 -25,8 +63,9 @@@ image::https://raw.githubusercontent.co
  
  This release also includes changes from <<release-3-2-10, 3.2.10>>.
  
 +* Removed `timedInterrupt` from documentation as a way to timeout.
  * Deprecated `Order` for `incr` and `decr` in favor of `asc` and `desc`.
+ * Fixed bug in `math()` for OLAP where `ComputerVerificationStrategy` was incorrectly detecting path label access and preventing execution.
  
  [[release-3-3-3]]
  === TinkerPop 3.3.3 (Release Date: May 8, 2018)