Skip to content

Commit

Permalink
Merge pull request #3719 from atlanhq/lin-1309-lineage-timeout
Browse files Browse the repository at this point in the history
build fix
  • Loading branch information
suraj5077 authored Nov 12, 2024
2 parents 89a0b42 + 750a0ab commit 0663deb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -522,6 +522,7 @@ private void traverseEdgesUsingBFS(String baseGuid, AtlasLineageListContext line
enqueueNeighbours(currentVertex, isDataset, lineageListContext, traversalQueue, visitedVertices, skippedVertices, lineageParentsForEntityMap, lineageChildrenForEntityMap);
continue;
}

if (checkOffsetAndSkipEntity(lineageListContext, ret)) {
skippedVertices.add(currentGUID);
enqueueNeighbours(currentVertex, isDataset, lineageListContext, traversalQueue, visitedVertices, skippedVertices, lineageParentsForEntityMap, lineageChildrenForEntityMap);
Expand Down

0 comments on commit 0663deb

Please sign in to comment.