Summary: The CSV importer used to generate non-unique edge IDs when generating edges from multiple CSV files. This is incompatible with the unique ID requirements introduced by the WAL. Tested and fixed in this diff. Reviewers: teon.banek, mferencevic Reviewed By: teon.banek Subscribers: pullbot Differential Revision: https://phabricator.memgraph.io/D980
88 B
88 B
| 1 | :START_ID(COMMENT_ID) | :END_ID(FORUM_ID) | :TYPE |
|---|---|---|---|
| 2 | 0 | 0 | POSTED_ON |
| 3 | 1 | 1 | POSTED_ON |
| 4 | 2 | 2 | POSTED_ON |