Skip to content

Commit

Permalink
Fix ldbc cases.
Browse files Browse the repository at this point in the history
  • Loading branch information
CPWstatic committed Jan 4, 2022
1 parent 2fa80bd commit bac1091
Show file tree
Hide file tree
Showing 4 changed files with 782 additions and 781 deletions.
6 changes: 3 additions & 3 deletions tests/data/ldbc/config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
space:
name: ldbc-v0.3.3
name: ldbc_v0_3_3
partitionNum: 8
replicaFactor: 1
vidType: FIXED_STRING(32)
Expand Down Expand Up @@ -35,7 +35,7 @@ schema: |
CREATE EDGE IF NOT EXISTS `HAS_MEMBER`(`joinDate` string);
CREATE EDGE IF NOT EXISTS `KNOWS`(`creationDate` string);
CREATE EDGE IF NOT EXISTS `HAS_TYPE`();
CREATE TAG INDEX message_create_date ON `Message`(`creationDate`(20))
CREATE TAG INDEX person_first_name ON `Person`(`firstName`(20))
CREATE TAG INDEX message_create_date ON `Message`(`creationDate`(20));
CREATE TAG INDEX person_first_name ON `Person`(`firstName`(20));
files:

Loading

0 comments on commit bac1091

Please sign in to comment.