JanusGraph/janusgraph

hasId does not convert int to Long

オープン

#1,554 opened on 2019/05/06

 (2 件のコメント) (0 件のリアクション) (0 人の担当者)Java (1,137 件のフォーク)batch import
area/corehelp wantedkind/enhancement

Repository metrics

Stars
 (4,985 個のスター)
PR merge metrics
 (平均マージ 3d 18h) (30d で 12 merged PRs)

説明

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

コントリビューターガイド