vesoft-inc / nebula-importer

Nebula Graph Importer with Go
Apache License 2.0
90 stars 60 forks source link

int type vid negative hex failure #247

Closed veezhang closed 1 year ago

veezhang commented 1 year ago

Please check the FAQ documentation before raising an issue

Describe the bug (required)

Your Environments (required)

How To Reproduce(required)

Steps to reproduce the behavior:

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

Expected behavior

Additional context

veezhang commented 1 year ago
(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 commented 1 year ago

253