[
https://issues.apache.org/jira/browse/TINKERPOP-3248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18117860#comment-18117860
]
ASF GitHub Bot commented on TINKERPOP-3248:
-------------------------------------------
Iryna-Kahamlyk opened a new pull request, #3673:
URL: https://github.com/apache/tinkerpop/pull/3673
JIRA: https://issues.apache.org/jira/browse/TINKERPOP-3248
**Summary**
Adds support for the Gremlin Character type to gremlin-go, in both
GremlinLang text generation and GraphBinary serialization.
Go's rune is only an alias for int32, so it can't be distinguished from an
int in a type switch. This introduces a new exported type, Rune, that callers
use to explicitly mark a value as a Character (e.g.
g.Inject(gremlingo.Rune('😀'))).
> Character support in gremlin-go
> -------------------------------
>
> Key: TINKERPOP-3248
> URL: https://issues.apache.org/jira/browse/TINKERPOP-3248
> Project: TinkerPop
> Issue Type: Improvement
> Components: go
> Affects Versions: 3.8.1
> Reporter: Ken Hu
> Priority: Major
>
> gremlin-go doesn't support the Character right now but it should be
> representable with Rune. Add this to both GremlinLang and GraphBinary in
> gremlin-go.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)