You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On block format stores, the relationship id has a different meaning and
is not representative of a "highest possible relationship count".
Since we use that value only for logging the import progress, it is ok
if we end up being slightly inaccurate, so we can use the number of
existing relationship as the upper bound.
Copy file name to clipboardExpand all lines: compatibility/5-common/neo4j-kernel-adapter/src/main/java17/org/neo4j/gds/compat/_5x/CommonNeo4jProxyImpl.java
+1-10Lines changed: 1 addition & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -465,21 +465,14 @@ public long getHighestPossibleNodeCount(
0 commit comments