We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fac334 commit 63c56d1Copy full SHA for 63c56d1
repository/src/main/java/org/apache/atlas/repository/store/graph/v2/EntityGraphMapper.java
@@ -597,12 +597,6 @@ public EntityMutationResponse mapAttributesAndClassifications(EntityMutationCont
597
resp.addEntity(updateType, entity);
598
}
599
600
- if (req.getRestoredEntities() != null && req.getRestoredEntities().size() > 0) {
601
- for (AtlasEntityHeader entity : req.getRestoredEntities()) {
602
- resp.addEntity(UPDATE, entity);
603
- }
604
605
-
606
RequestContext.get().endMetricRecord(metric);
607
608
return resp;
0 commit comments