Skip to content

TINKERPOP-1553 Deprecate store(String) for aggregate(Scope,String)#1150

Merged
spmallette merged 1 commit intotp34from
TINKERPOP-1553
Jul 3, 2019
Merged

TINKERPOP-1553 Deprecate store(String) for aggregate(Scope,String)#1150
spmallette merged 1 commit intotp34from
TINKERPOP-1553

Conversation

@spmallette
Copy link
Copy Markdown
Contributor

https://issues.apache.org/jira/browse/TINKERPOP-1553

store('x') can now be accomplished with aggregate(local,'x') and aggregate('x') is aggregate(global,'x'). this is a non-breaking change, just deprecation to consider for now. See comments on the JIRA for more details on the choices made on the way to this PR.

All tests pass with docker/build.sh -t -i

VOTE +1

store('x') can now be accomplished with aggregate(local,'x') and aggregate('x') is aggregate(global,'x').
@spmallette spmallette merged commit 525e24e into tp34 Jul 3, 2019
@spmallette spmallette deleted the TINKERPOP-1553 branch July 3, 2019 17:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant