-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/61191/
-----------------------------------------------------------
(Updated Aug. 7, 2017, 11:15 p.m.)
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 attributes uses AtlasObjectId format during entity
retrieval. Change this to use AtlasRelatedObjectId to contain additional
information for use in search and UI
* validate and normalize relationship attribute values supplied during entity
creation
Diffs (updated)
-----
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/graph/GraphHelper.java
c47a89e6
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
repository/src/test/java/org/apache/atlas/repository/store/graph/v1/AtlasRelationshipStoreV1Test.java
77a591a9
Diff: https://reviews.apache.org/r/61191/diff/5/
Changes: https://reviews.apache.org/r/61191/diff/4-5/
Testing
-------
* tested using POSTMAN rest client - valid relationship attribute values in
AtlasRelatedObjectId format is retrieved
* mvn clean package - succeeded
Thanks,
Sarath Subramanian