You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/08/09 10:05:00 UTC

[jira] [Commented] (TINKERPOP-1445) Large nested VertexProperties and Properties do not get printed well

    [ https://issues.apache.org/jira/browse/TINKERPOP-1445?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16119658#comment-16119658 ] 

ASF GitHub Bot commented on TINKERPOP-1445:
-------------------------------------------

GitHub user jorgebay opened a pull request:

    https://github.com/apache/tinkerpop/pull/690

    TINKERPOP-1445 Unwrap AggregateException for sync io operations

    https://issues.apache.org/jira/browse/TINKERPOP-1744
    
    Includes a test expecting the underlying exception (`ResponseException`) to be thrown.
    
    Builds with `mvn clean install -P gremlin-dotnet`

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/apache/tinkerpop TINKERPOP-1744

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/tinkerpop/pull/690.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #690
    
----
commit a655e2649ab9a6ba1885dde317d81e845a7507b8
Author: Jorge Bay Gondra <jo...@gmail.com>
Date:   2017-08-09T09:46:28Z

    Unwrap AggregateException for sync io operations

----


> Large nested VertexProperties and Properties do not get printed well
> --------------------------------------------------------------------
>
>                 Key: TINKERPOP-1445
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-1445
>             Project: TinkerPop
>          Issue Type: Improvement
>          Components: process
>    Affects Versions: 3.2.2
>            Reporter: Kevin Gallardo
>            Assignee: stephen mallette
>            Priority: Minor
>             Fix For: 3.3.0
>
>
> {code}
> gremlin> m = ['hello':'world', 'helo':'fromtheotherside']
> ==>hello=world
> ==>helo=fromtheotherside
> gremlin> graph.traversal().E().next().property('longMap', m)
> ==>p[longMap->{hello=world, helo=f]
> {code}
> Maybe the printing could be improved just to at least inform that there's more in the value with a {{...}} or {{\[...\]}} for example.
> It seems to be the {{substring()}} call in [propertyString|https://github.com/apache/tinkerpop/blob/master/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/structure/util/StringFactory.java#L113].



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)