----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/69816/#review212256 -----------------------------------------------------------
repository/src/main/java/org/apache/atlas/repository/store/graph/v2/EntityGraphRetriever.java Lines 780 (patched) <https://reviews.apache.org/r/69816/#comment297984> mapVertexToObjectId() needs edgeLabel and edge to find the vertex to map. This one is specifically for soft-ref entities. - Madhan Neethiraj On Jan. 23, 2019, 9 a.m., Madhan Neethiraj wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/69816/ > ----------------------------------------------------------- > > (Updated Jan. 23, 2019, 9 a.m.) > > > Review request for atlas, Abhishek Kadam, Ashutosh Mestry, keval bhatt, > Kapildeo Nayak, Nixon Rodrigues, and Sarath Subramanian. > > > Bugs: ATLAS-3035 > https://issues.apache.org/jira/browse/ATLAS-3035 > > > Repository: atlas > > > Description > ------- > > Updated entity-get/delete to retrieve/delete soft-ref entities for owne-ref > attributes > > > Diffs > ----- > > intg/src/main/java/org/apache/atlas/utils/AtlasEntityUtil.java 27409c742 > repository/src/main/java/org/apache/atlas/repository/graph/GraphHelper.java > 45bf8dca4 > > repository/src/main/java/org/apache/atlas/repository/store/graph/v1/DeleteHandlerV1.java > c57e30ab5 > > repository/src/main/java/org/apache/atlas/repository/store/graph/v2/EntityGraphMapper.java > 98734cc1d > > repository/src/main/java/org/apache/atlas/repository/store/graph/v2/EntityGraphRetriever.java > 912bc3ecd > > > Diff: https://reviews.apache.org/r/69816/diff/1/ > > > Testing > ------- > > - verified that entity-get populates extInfo with details of owned-ref > soft-ref entities > - verified that entity-delete marks owned-ref soft-ref entities as deleted > > > Thanks, > > Madhan Neethiraj > >
