We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85270cb commit 51185ebCopy full SHA for 51185eb
1 file changed
neo4j-adapter/src/main/java/org/neo4j/gds/compat/InternalReadOps.java
@@ -57,7 +57,7 @@ public static void reserveNeo4jIds(
57
)
58
.findFirst().orElseThrow(InternalReadOps::unsupportedStoreFormatException);
59
60
- idGenerator.nextConsecutiveIdRange(size, false, cursorContext);
+ idGenerator.nextConsecutiveIdRange(size, 0x0, cursorContext);
61
}
62
63
public static Stream<IdGenerator> findValidIdGeneratorsStream(
0 commit comments