You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by GitBox <gi...@apache.org> on 2019/06/27 01:14:40 UTC

[GitHub] [tinkerpop] spmallette opened a new pull request #1150: TINKERPOP-1553 Deprecate store(String) for aggregate(Scope, String)

spmallette opened a new pull request #1150: TINKERPOP-1553 Deprecate store(String) for aggregate(Scope,String)
URL: https://github.com/apache/tinkerpop/pull/1150
 
 
   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

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services