Gremlin step .valueMap() does not work when boolean argument of true is passed

Description

When using gremlinpython==3.3.4, the following gremlin step does not work:

The valueMap(True) step (with the boolean argument) returns a blank python dictionary. This is a valid gremlin statement. ValueMap(True) is a way to retrieve the “id” field.

For the time being a query like works:

Environment

DSE driver --> (dse-driver & dse-graph gremlinpython==3.3.4)
Cassandra-driver --> (gremlinpython==3.3.4)

Pull Requests

None

Activity

Show:
Duplicate

Details

Assignee

Reporter

Components

Affects versions

Priority

Created May 7, 2020 at 8:16 PM
Updated May 19, 2020 at 7:42 PM
Resolved May 19, 2020 at 7:42 PM