Skip to content

Commit

Permalink
Merge pull request #1886 from kuzudb/serial
Browse files Browse the repository at this point in the history
Fix Serial for node-groups
  • Loading branch information
aziz-mu committed Aug 11, 2023
2 parents 0a50c8d + 678854d commit e48ea4f
Show file tree
Hide file tree
Showing 52 changed files with 200,980 additions and 796 deletions.
2 changes: 2 additions & 0 deletions dataset/large-serial/copy.cypher
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
CALL threads=2;
COPY serialtable FROM ["dataset/large-serial/serialtable0.csv", "dataset/large-serial/serialtable1.csv", "dataset/large-serial/serialtable2.csv", "dataset/large-serial/serialtable3.csv", "dataset/large-serial/serialtable4.csv"];
1 change: 1 addition & 0 deletions dataset/large-serial/schema.cypher
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
create node table serialtable (ID SERIAL, ID2 INT32, PRIMARY KEY (ID));
Loading

0 comments on commit e48ea4f

Please sign in to comment.