[
https://issues.apache.org/jira/browse/TINKERPOP-3093?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17863403#comment-17863403
]
Ken Hu commented on TINKERPOP-3093:
-----------------------------------
https://github.com/apache/tinkerpop/pull/2673
> optimization of readmap function
> --------------------------------
>
> Key: TINKERPOP-3093
> URL: https://issues.apache.org/jira/browse/TINKERPOP-3093
> Project: TinkerPop
> Issue Type: Bug
> Components: go
> Affects Versions: 3.7.2
> Reporter: thomas-dg
> Priority: Minor
> Fix For: 3.7.3
>
>
> There are two optimization points for the readmap function:
> # Map key cannot be an incomparable type, otherwise it will cause a panic,
> but the function does not distinguish
> # When the key is an incomparable type, adjusted to fmt.Sprint(k) to avoid
> unreadable output
--
This message was sent by Atlassian Jira
(v8.20.10#820010)