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

int type vid negative hex failure #247

Closed
veezhang opened this issue Dec 13, 2022 · 2 comments
Closed

int type vid negative hex failure #247

veezhang opened this issue Dec 13, 2022 · 2 comments
Labels
affects/none PR/issue: this bug affects none version. process/fixed Process of bug severity/none Severity of bug type/bug Type: something is unexpected

Comments

@veezhang
Copy link
Contributor

Please check the FAQ documentation before raising an issue

Describe the bug (required)

Your Environments (required)

  • OS: uname -a
  • Commit id (e.g. a3ffc7d8)

How To Reproduce(required)

Steps to reproduce the behavior:

  1. Step 1
  2. Step 2
  3. Step 3

Expected behavior

Additional context

@veezhang veezhang added the type/bug Type: something is unexpected label Dec 13, 2022
@github-actions github-actions bot added affects/none PR/issue: this bug affects none version. severity/none Severity of bug labels Dec 13, 2022
@veezhang veezhang changed the title int type vid hex negative hex failure int type vid negative hex failure Dec 13, 2022
@veezhang
Copy link
Contributor Author

(root@nebula) [importer_test_v1]> INSERT VERTEX course_no_props() VALUES -0xf1:()
Execution succeeded (time spent 1.144ms/1.52781ms)

Wed, 14 Dec 2022 15:24:20 CST

(root@nebula) [importer_test_v1]> MATCH (v:course_no_props) WHERE id(v) == -0xf1 RETURN v
+---------------------------+
| v                         |
+---------------------------+
| (-241 :course_no_props{}) |
+---------------------------+
Got 1 rows (time spent 1.441ms/1.937794ms)

Wed, 14 Dec 2022 15:28:32 CST

@veezhang veezhang mentioned this issue Dec 14, 2022
3 tasks
@veezhang
Copy link
Contributor Author

#253

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affects/none PR/issue: this bug affects none version. process/fixed Process of bug severity/none Severity of bug type/bug Type: something is unexpected
Projects
No open projects
Status: Done
Development

No branches or pull requests

1 participant