Uploaded image for project: 'TinkerPop'
  1. TinkerPop
  2. TINKERPOP-1445

Large nested VertexProperties and Properties do not get printed well

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Done
    • 3.2.2
    • 3.3.0
    • process
    • None

    Description

      gremlin> m = ['hello':'world', 'helo':'fromtheotherside']
      ==>hello=world
      ==>helo=fromtheotherside
      gremlin> graph.traversal().E().next().property('longMap', m)
      ==>p[longMap->{hello=world, helo=f]
      

      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.

      Attachments

        Activity

          People

            spmallette Stephen Mallette
            newkek Kevin Gallardo
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: