You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
as discussed in https://gitter.im/mpollmeier/gremlin-scala:
you're right. in the majority of cases properties are actually single values, so maybe we should have an additional valueMapFlattened (please propose a better name) that still returns Map[String, A]. WDYT? also, mind sending a PR with a test?
valueMap does not preserve multi-properties, the conversion to map only keeps a single value per key. I think valuemap should return List[A]
Current implementation:
What about:
The text was updated successfully, but these errors were encountered: