Skip to content

Commit 99f333b

Browse files
committed
Set resultsStore only conditionally for NC.predict.write
1 parent 143f0a7 commit 99f333b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

procedures/pipelines-facade/src/main/java/org/neo4j/gds/procedures/pipelines/NodeClassificationPredictPipelineWriteStep.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ public NodePropertiesWritten execute(
5959
return nodePropertyWriter.writeNodeProperties(
6060
graph,
6161
graphStore,
62-
Optional.of(resultStore), nodeProperties,
62+
configuration.resolveResultStore(resultStore),
63+
nodeProperties,
6364
jobId,
6465
new StandardLabel("NodeClassificationPipelineWrite"),
6566
configuration

0 commit comments

Comments
 (0)