-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/61247/
-----------------------------------------------------------
(Updated Aug. 23, 2017, 10:27 a.m.)
Review request for atlas, David Radley and Madhan Neethiraj.
Changes
-------
rebased patch
Bugs: ATLAS-1984
https://issues.apache.org/jira/browse/ATLAS-1984
Repository: atlas
Description
-------
AtlasObjectId is used to refer to entity attributes referring to another entity.
hive_table.columns => List<AtlasObjectId>
hive_table.db => AtlasObjectId
Change this to use AtlasRelatedObjectId with the following structure:
class AtlasRelatedObjectId
{ String relationshipGuid; String displayText; AtlasStruct
relationshipAttributes; }
Diffs (updated)
-----
intg/src/main/java/org/apache/atlas/model/instance/AtlasRelationship.java
41883713
intg/src/main/java/org/apache/atlas/model/instance/AtlasStruct.java 80f3a664
intg/src/main/java/org/apache/atlas/type/AtlasStructType.java 4304e745
intg/src/main/java/org/apache/atlas/type/AtlasTypeUtil.java 427439ca
repository/src/main/java/org/apache/atlas/repository/store/graph/v1/AtlasEntityGraphDiscoveryV1.java
0210a118
repository/src/main/java/org/apache/atlas/repository/store/graph/v1/EntityGraphMapper.java
b8fd70e5
Diff: https://reviews.apache.org/r/61247/diff/4/
Changes: https://reviews.apache.org/r/61247/diff/3-4/
Testing
-------
Tested using POSTMAN REST client
mvn clean package - In Progress
Thanks,
Sarath Subramanian