Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: query vertices by id with hasId() filter when using number id #302

Closed
zhoney opened this issue Dec 25, 2018 · 0 comments · Fixed by #303
Closed

Bug: query vertices by id with hasId() filter when using number id #302

zhoney opened this issue Dec 25, 2018 · 0 comments · Fixed by #303
Labels
bug Something isn't working
Milestone

Comments

@zhoney
Copy link
Contributor

zhoney commented Dec 25, 2018

Expected behavior 期望表现

可以查询出结果

Actual behavior 实际表现

结果为空

Steps to reproduce the problem 复现步骤

g.V(1, 2, 3).hasId(P.within(2, 3))

Specifications of environment 环境信息

  • hugegraph version: 0.8
zhoney added a commit that referenced this issue Dec 25, 2018
Also improve exception message for query by labels
where one of labels is not exist

fixed: #302

Change-Id: I71f299061002b680a1b9d76f2bf4b34ed0f9f3cc
Linary pushed a commit that referenced this issue Dec 25, 2018
Also improve exception message for query by labels
where one of labels is not exist

fixed: #302

Change-Id: I71f299061002b680a1b9d76f2bf4b34ed0f9f3cc
zhoney added a commit that referenced this issue Dec 26, 2018
Also improve exception message for query by labels
where one of labels is not exist

fixed: #302

Change-Id: I71f299061002b680a1b9d76f2bf4b34ed0f9f3cc
Linary pushed a commit that referenced this issue Dec 26, 2018
Also improve exception message for query by labels
where one of labels is not exist

fixed: #302

Change-Id: I71f299061002b680a1b9d76f2bf4b34ed0f9f3cc
@javeme javeme added this to the 0.9 milestone Apr 13, 2019
@javeme javeme added the bug Something isn't working label Apr 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants