Ken Hu created TINKERPOP-3104: --------------------------------- Summary: Make unfold() on Maps consistent between embedded and remote use Key: TINKERPOP-3104 URL: https://issues.apache.org/jira/browse/TINKERPOP-3104 Project: TinkerPop Issue Type: Improvement Components: process Reporter: Ken Hu
The result of an unfolding a Map is different when run in embedded mode and when run remotely. In the embedded case, you'll get a Map.Entry, in the remote case, you'll get a size one Map. It would be better to make this consistent. -- This message was sent by Atlassian Jira (v8.20.10#820010)