[GitHub] [tinkerpop] heljoyLiu commented on issue #1278: gremlin-python: add 'timeout' argument in client-submit

2020-04-20 Thread GitHub
> Just a comment, I think I have a Jira open on this somewhere but could not > find it in a quick search. It would be good if the Python client, and for > that matter any of the GLV clients exposed easy ways to set options like the > per query timeout. I get fairly regular feedback from

[GitHub] [tinkerpop] heljoyLiu commented on issue #1278: gremlin-python: add 'timeout' argument in client-submit

2020-04-20 Thread GitHub
> Just a comment, I think I have a Jira open on this somewhere but could not > find it in a quick search. It would be good if the Python client, and for > that matter any of the GLV clients exposed easy ways to set options like the > per query timeout. I get fairly regular feedback from

[GitHub] [tinkerpop] spmallette commented on pull request #1280: gremlin-python: fix up serializer out of range of int

2020-04-20 Thread GitHub
Thus far we've forced python users to be explicit and think in java terms, thus: ```python g.V().has('age', long(851401972585122)).count() ``` but I suppose it's better if this were just handled automatically as it might yield less confusion and be more pythonic. The test you added here is

[jira] [Created] (TINKERPOP-2360) failed to deserializer int32 when gremlin-python submit bytecode with a bit int value

2020-04-20 Thread Liu Jianping (Jira)
Liu Jianping created TINKERPOP-2360: --- Summary: failed to deserializer int32 when gremlin-python submit bytecode with a bit int value Key: TINKERPOP-2360 URL: https://issues.apache.org/jira/browse/TINKERPOP-2360

[GitHub] [tinkerpop] heljoyLiu commented on issue #1280: gremlin-python: fix up serializer out of range of int

2020-04-20 Thread GitHub
issue [2360](https://issues.apache.org/jira/browse/TINKERPOP-2360) here [ Full content available at: https://github.com/apache/tinkerpop/pull/1280 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[jira] [Created] (TINKERPOP-2361) Prevent using GraphTraversalSource spawned traversals as children

2020-04-20 Thread Stephen Mallette (Jira)
Stephen Mallette created TINKERPOP-2361: --- Summary: Prevent using GraphTraversalSource spawned traversals as children Key: TINKERPOP-2361 URL: https://issues.apache.org/jira/browse/TINKERPOP-2361

[jira] [Commented] (TINKERPOP-1641) Kerberos authentication for gremlin-python

2020-04-20 Thread Marc de Lignie (Jira)
[ https://issues.apache.org/jira/browse/TINKERPOP-1641?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17087636#comment-17087636 ] Marc de Lignie commented on TINKERPOP-1641: --- You asked me to check docker changes regarding

[jira] [Commented] (TINKERPOP-1641) Kerberos authentication for gremlin-python

2020-04-20 Thread Stephen Mallette (Jira)
[ https://issues.apache.org/jira/browse/TINKERPOP-1641?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17087651#comment-17087651 ] Stephen Mallette commented on TINKERPOP-1641: - > docker/gremlin-server.sh 3.4.5 runs

[jira] [Commented] (TINKERPOP-1641) Kerberos authentication for gremlin-python

2020-04-20 Thread Marc de Lignie (Jira)
[ https://issues.apache.org/jira/browse/TINKERPOP-1641?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17087788#comment-17087788 ] Marc de Lignie commented on TINKERPOP-1641: --- The alternative maven build steps (run after

[jira] [Comment Edited] (TINKERPOP-1641) Kerberos authentication for gremlin-python

2020-04-20 Thread Marc de Lignie (Jira)
[ https://issues.apache.org/jira/browse/TINKERPOP-1641?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17087788#comment-17087788 ] Marc de Lignie edited comment on TINKERPOP-1641 at 4/20/20, 2:35 PM:

[jira] [Commented] (TINKERPOP-1641) Kerberos authentication for gremlin-python

2020-04-20 Thread Stephen Mallette (Jira)
[ https://issues.apache.org/jira/browse/TINKERPOP-1641?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17087803#comment-17087803 ] Stephen Mallette commented on TINKERPOP-1641: - Oh..I see now -

[jira] [Commented] (TINKERPOP-1641) Kerberos authentication for gremlin-python

2020-04-20 Thread Marc de Lignie (Jira)
[ https://issues.apache.org/jira/browse/TINKERPOP-1641?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17087824#comment-17087824 ] Marc de Lignie commented on TINKERPOP-1641: --- OK. I make the changes (remove install and

[jira] [Commented] (TINKERPOP-1641) Kerberos authentication for gremlin-python

2020-04-20 Thread Stephen Mallette (Jira)
[ https://issues.apache.org/jira/browse/TINKERPOP-1641?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17087829#comment-17087829 ] Stephen Mallette commented on TINKERPOP-1641: - > troubles with the recent groovy bump