rkundam commented on code in PR #434:
URL: https://github.com/apache/atlas/pull/434#discussion_r2360312204
##########
repository/src/main/java/org/apache/atlas/repository/store/graph/v2/EntityGraphMapper.java:
##########
@@ -1023,7 +1025,7 @@ public void deleteClassification(String entityGuid,
String classificationName) t
throw new
AtlasBaseException(AtlasErrorCode.DELETE_TAG_PROPAGATION_NOT_ALLOWED,
classificationVertexId, entityGuid);
}
- createAndQueueTask(CLASSIFICATION_PROPAGATION_DELETE,
entityVertex, classificationVertexId, classificationName);
+ createAndQueueTask(CLASSIFICATION_PROPAGATION_ADD,
entityVertex, classificationVertex.getIdForDisplay(), classificationName,
isImportInProgress);
Review Comment:
Please correct the task type.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]