-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/61247/
-----------------------------------------------------------

(Updated Aug. 8, 2017, 2:13 p.m.)


Review request for atlas, David Radley and Madhan Neethiraj.


Changes
-------

addressed review comments from David.


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 277d0fa2 
  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/3/

Changes: https://reviews.apache.org/r/61247/diff/2-3/


Testing
-------

Tested using POSTMAN REST client

mvn clean package - In Progress


Thanks,

Sarath Subramanian

Reply via email to