JanusGraph/janusgraph

hasId does not convert int to Long

Open

#1 554 ouverte le 6 mai 2019

Voir sur GitHub
 (2 commentaires) (0 réactions) (0 assignés)Java (1 137 forks)batch import
area/corehelp wantedkind/enhancement

Métriques du dépôt

Stars
 (4 985 stars)
Métriques de merge PR
 (Merge moyen 3j 18h) (12 PRs mergées en 30 j)

Description

If an int is passed instead of a String or a Long to hasId() it does not get converted and results won't be yielded. This behavior has been report in issue #706, but I think this would be a nice improvement.

I think looking at the HasStepFolder.foldInIds() method might be a good place to start.

Additional info can be found in this stack overflow question and this tinkerpop issue

Guide contributeur