Skip to content

Commit a4fd778

Browse files
mneethirajCopilot
andauthored
Update repository/src/main/java/org/apache/atlas/repository/impexp/ExportService.java
Co-authored-by: Copilot <[email protected]>
1 parent a6cd773 commit a4fd778

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

repository/src/main/java/org/apache/atlas/repository/impexp/ExportService.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,8 @@ private AtlasExportResult.OperationStatus processObjectId(AtlasObjectId item, Ex
252252
processEntityGuid(guid, context);
253253
}
254254

255+
// Continue processing as long as there are GUIDs to process or lineage information to process.
256+
// This ensures that all related entities and their lineage are handled.
255257
while (!context.guidsToProcess.isEmpty() || !context.lineageToProcess.isEmpty()) {
256258
while (!context.guidsToProcess.isEmpty()) {
257259
String guid = context.guidsToProcess.remove(0);

0 commit comments

Comments
 (0)