Skip to content

Commit

Permalink
fix string node copy lock (#1811)
Browse files Browse the repository at this point in the history
  • Loading branch information
ray6080 committed Jul 13, 2023
1 parent deb1734 commit 50f9d7d
Show file tree
Hide file tree
Showing 15 changed files with 220,016 additions and 1 deletion.
1 change: 1 addition & 0 deletions dataset/long-string-multiple-files/copy.cypher
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
COPY person FROM "dataset/long-string-multiple-files/vperson*.csv"
1 change: 1 addition & 0 deletions dataset/long-string-multiple-files/schema.cypher
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CREATE NODE TABLE person(name STRING, PRIMARY KEY (name))
Loading

0 comments on commit 50f9d7d

Please sign in to comment.