File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
io/core/src/main/java/org/neo4j/gds/core/io/db Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 2424import org .neo4j .batchimport .api .Monitor ;
2525import org .neo4j .batchimport .api .input .Collector ;
2626import org .neo4j .batchimport .api .input .Input ;
27+ import org .neo4j .common .EmptyDependencyResolver ;
2728import org .neo4j .configuration .GraphDatabaseSettings ;
2829import org .neo4j .dbms .api .DatabaseManagementService ;
2930import org .neo4j .gds .RelationshipType ;
@@ -258,6 +259,7 @@ private BatchImporter instantiateBatchImporter(
258259 progressOutput ,
259260 verboseProgressOutput ,
260261 DefaultAdditionalIds .EMPTY ,
262+ new LogTailMetadataFactoryImpl (this .fileSystem ),
261263 this .databaseConfig ,
262264 this .executionMonitor ,
263265 jobScheduler ,
@@ -266,9 +268,9 @@ private BatchImporter instantiateBatchImporter(
266268 new IndexImporterFactoryImpl (),
267269 EmptyMemoryTracker .INSTANCE ,
268270 CursorContextFactory .NULL_CONTEXT_FACTORY ,
271+ indexProvidersAccess ,
269272 1 ,
270- new LogTailMetadataFactoryImpl (this .fileSystem ),
271- indexProvidersAccess
273+ EmptyDependencyResolver .EMPTY_RESOLVER
272274 );
273275 }
274276
You can’t perform that action at this time.
0 commit comments