----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/69816/#review212243 -----------------------------------------------------------
repository/src/main/java/org/apache/atlas/repository/store/graph/v1/DeleteHandlerV1.java Lines 244 (patched) <https://reviews.apache.org/r/69816/#comment297976> Consider moving this to a separate method. repository/src/main/java/org/apache/atlas/repository/store/graph/v2/EntityGraphMapper.java Line 501 (original) <https://reviews.apache.org/r/69816/#comment297975> Perfer being defensive. repository/src/main/java/org/apache/atlas/repository/store/graph/v2/EntityGraphRetriever.java Line 740 (original), 737 (patched) <https://reviews.apache.org/r/69816/#comment297973> (Optional) Prefer being defensive. repository/src/main/java/org/apache/atlas/repository/store/graph/v2/EntityGraphRetriever.java Line 762 (original), 756 (patched) <https://reviews.apache.org/r/69816/#comment297974> Prefer being defensive. repository/src/main/java/org/apache/atlas/repository/store/graph/v2/EntityGraphRetriever.java Lines 780 (patched) <https://reviews.apache.org/r/69816/#comment297972> Duplicate code, mapVertexToObjectId. - Ashutosh Mestry 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 > >
