ldbc / sigmod2014-contest-graphblas

GraphBLAS solution for the 2014 SIGMOD Programming Contest
Apache License 2.0
3 stars 1 forks source link

isLocatedIn clashes in Py loader #10

Closed szarnyasg closed 4 years ago

szarnyasg commented 4 years ago

Problem: isLocatedIn edges clash, causing the Python loader to fail.

Temporary workaround: rename edges to incorporate their source type.

$ ls -1 csvs/sf1k/*IsLocatedIn*
csvs/sf1k/comment_commentIsLocatedIn_place.csv
csvs/sf1k/organisation_organisationIsLocatedIn_place.csv
csvs/sf1k/person_personIsLocatedIn_place.csv
attilanagy234 commented 4 years ago

This issue issue was resolved with the newer version of the loader. Closing.