We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f260355 + e94a748 commit 130bdfcCopy full SHA for 130bdfc
src/main/java/ldbc/socialnet/dbgen/serializer/CSVOriginal.java
@@ -331,7 +331,7 @@ public void serialize(UserInfo info) {
331
}
332
333
arguments.add(Long.toString(info.user.getAccountId()));
334
- arguments.add(Integer.toString(info.user.getLocationId()));
+ arguments.add(Integer.toString(info.extraInfo.getLocationId()));
335
ToCSV(arguments, Files.PERSON_LOCATED_IN_PLACE.ordinal());
336
337
Iterator<Integer> itInteger = info.user.getSetOfTags().iterator();
0 commit comments