Skip to content

Commit 429aff3

Browse files
committed
Fix Neo4j import-api compatibility
1 parent 968c6b7 commit 429aff3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

io/core/src/main/java/org/neo4j/gds/core/io/GraphStoreInput.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,8 @@ public Input toInput() {
189189
() -> new RelationshipImporter(relationshipStore, batchSize, idMode.get(), idMapFunction),
190190
this.idMode.idType,
191191
estimate,
192-
this.idMode.readableGroups
192+
this.idMode.readableGroups,
193+
false
193194
);
194195
}
195196

0 commit comments

Comments
 (0)