Skip to content

Commit 8bdeb3e

Browse files
FlorentinDadamnsch
andcommitted
Fix compat issue
due to neo-technology/neo4j#22133 Co-authored-by: Adam Schill Collberg <[email protected]>
1 parent 6813e30 commit 8bdeb3e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

compatibility/4.4/storage-engine-adapter/src/main/java/org/neo4j/gds/compat/_44/InMemoryMetaDataProviderImpl.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,4 +195,8 @@ public Optional<UUID> getDatabaseIdUuid(CursorContext cursorTracer) {
195195
public void setDatabaseIdUuid(UUID uuid, CursorContext cursorContext) {
196196
throw new IllegalStateException("Not supported");
197197
}
198+
199+
public String getStoreFormat() {
200+
return InMemoryStoreVersion.STORE_VERSION;
201+
}
198202
}

0 commit comments

Comments
 (0)