Skip to content

Commit fa1c2c9

Browse files
committed
Changed backup config to use label mapping by default
1 parent c383b1c commit fa1c2c9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

io/core/src/main/java/org/neo4j/gds/core/io/file/GraphStoreToFileExporterConfig.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,7 @@ default String username() {
4444

4545
@Value.Default
4646
default boolean useLabelMapping() {
47-
// the default should generally be true, however neo4j admin, backwards compatability and maybe some feedback
48-
// about this change from field engineers should be taken into account first.
49-
// the same is true for BackupConfig
47+
// the reason for default false (unlike BackupConfig) is that Neo4j Admin import is not aware of label mapping
5048
return false;
5149
}
5250

0 commit comments

Comments
 (0)