-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/61191/
-----------------------------------------------------------
Review request for atlas, David Radley and Madhan Neethiraj.
Bugs: ATLAS-1999
https://issues.apache.org/jira/browse/ATLAS-1999
Repository: atlas
Description
-------
* Currently relationship attribute values during entity retrieval is using
AtlasObjectId format. Change this to use AtlasRelatedObjectId to contain
additional information for use during search and UI
* validate and normalize relationship attribute values during entity creation
Diffs
-----
intg/src/main/java/org/apache/atlas/model/instance/AtlasRelatedObjectId.java
PRE-CREATION
intg/src/main/java/org/apache/atlas/type/AtlasEntityType.java f89c5568
repository/src/main/java/org/apache/atlas/repository/store/graph/v1/AtlasRelationshipStoreV1.java
49e08a07
repository/src/main/java/org/apache/atlas/repository/store/graph/v1/EntityGraphRetriever.java
31fc8377
Diff: https://reviews.apache.org/r/61191/diff/1/
Testing
-------
* tested using POSTMAN rest client - valid relationship attribute values in
AtlasRelatedObjectId format is retrieved
* mvn clean package - test in progress
Thanks,
Sarath Subramanian