[jira] [Created] (TINKERPOP-1869) Profile step and iterate do not play nicely with each other

2018-01-12 Thread Bryn Cooke (JIRA)
Bryn Cooke created TINKERPOP-1869: - Summary: Profile step and iterate do not play nicely with each other Key: TINKERPOP-1869 URL: https://issues.apache.org/jira/browse/TINKERPOP-1869 Project:

[jira] [Commented] (TINKERPOP-1858) HttpChannelizer regression: Does not create specified AuthenticationHandler

2018-01-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1858?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16324379#comment-16324379 ] ASF GitHub Bot commented on TINKERPOP-1858: --- Github user dkuppitz commented on the issue:

[jira] [Commented] (TINKERPOP-1869) Profile step and iterate do not play nicely with each other

2018-01-12 Thread Robert Dale (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1869?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16324432#comment-16324432 ] Robert Dale commented on TINKERPOP-1869: Is this with remote connections only? > Profile step

[GitHub] tinkerpop issue #767: TINKERPOP-1858: HttpChannelizer Regression: Does not c...

2018-01-12 Thread dkuppitz
Github user dkuppitz commented on the issue: https://github.com/apache/tinkerpop/pull/767 VOTE: +1 ---

[GitHub] tinkerpop issue #773: TINKERPOP-1860 Added tests for valueMap(true) variatio...

2018-01-12 Thread dkuppitz
Github user dkuppitz commented on the issue: https://github.com/apache/tinkerpop/pull/773 VOTE: +1 ---

[jira] [Commented] (TINKERPOP-1860) valueMap(True) result in error in gremlin-python

2018-01-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1860?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16324367#comment-16324367 ] ASF GitHub Bot commented on TINKERPOP-1860: --- Github user dkuppitz commented on the issue:

[GitHub] tinkerpop issue #774: TINKERPOP-1860 valueMap(true) support/testing

2018-01-12 Thread dkuppitz
Github user dkuppitz commented on the issue: https://github.com/apache/tinkerpop/pull/774 VOTE: +1 ---

[jira] [Commented] (TINKERPOP-1860) valueMap(True) result in error in gremlin-python

2018-01-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1860?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16324365#comment-16324365 ] ASF GitHub Bot commented on TINKERPOP-1860: --- Github user dkuppitz commented on the issue:

Re: [DISCUSS] Leaner version of detached vertex

2018-01-12 Thread Stephen Mallette
There already is a leaner version - ReferenceVertex (and similar Reference* classes). It is just what you are asking for with id and label returned with nothing else. Currently this is the default return value for Gremlin Language Variants - so if you use Gremlin Python, for example, you only get

[DISCUSS] Leaner version of detached vertex

2018-01-12 Thread Divij Vaidya
Hello, I have a question regarding the implementation of serializers. This question holds true for Gryo as well as Graphson. What is the motivation for adding properties associated with the Vertex in the serialized result sent back to the client? I understand that a DetachedVertex is defined by