----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/62405/ -----------------------------------------------------------
Review request for atlas and Madhan Neethiraj. Repository: atlas Description ------- ATLAS2031 Allow AtlasClassificationDef entitytypes removal Diffs ----- intg/src/main/java/org/apache/atlas/AtlasErrorCode.java d205faf5 repository/src/main/java/org/apache/atlas/repository/store/graph/v1/AtlasClassificationDefStoreV1.java 8214cea6 repository/src/main/java/org/apache/atlas/repository/store/graph/v1/AtlasTypeDefGraphStoreV1.java 603516d4 Diff: https://reviews.apache.org/r/62405/diff/1/ Testing ------- 1) create a classificationDef with 2 valid entityTypes EntityA and EntityB 2) update classification def to remove EntityTypeB 3) create an instance of EntityC , try to apply the classificaiton to it . It should fail 4) update the classification to have an empty list of classifications. 5) Repeat step 3 and it should now work. Thanks, David Radley
