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


Ship it!




Ship It!

- Sarath Subramanian


On April 2, 2020, 5:30 p.m., Madhan Neethiraj wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/72311/
> -----------------------------------------------------------
> 
> (Updated April 2, 2020, 5:30 p.m.)
> 
> 
> Review request for atlas, Ashutosh Mestry, keval bhatt, Nikhil Bonte, Nixon 
> Rodrigues, Sarath Subramanian, Sharmadha Sainath, Sidharth Mishra, and Umesh 
> Padashetty.
> 
> 
> Bugs: ATLAS-3716
>     https://issues.apache.org/jira/browse/ATLAS-3716
> 
> 
> Repository: atlas
> 
> 
> Description
> -------
> 
> - the text used to render an entity in search results (i.e. in a table 
> format) is from one of the following entity attributes: 
> name/displayName/qualifiedName
> - this patch allows this attribute name to be customizable in an entity-def, 
> by specifying option 'displayTextAttribute'
> - for entity-types that don't have this option specified, the value from its 
> super-types will be used
> - if none of super-types have this option specified, current behavior will be 
> retained i.e. use value from one of the following entity attributes: 
> name/displayName/qualifiedName
> - updated hive_process_entity to use value of queryText attribute as 
> displayText
> 
> 
> Diffs
> -----
> 
>   addons/models/1000-Hadoop/1030-hive_model.json 8901aa4aa 
>   
> addons/models/1000-Hadoop/patches/016-hive_process_execution_add_display_text_option.json
>  PRE-CREATION 
>   intg/src/main/java/org/apache/atlas/model/typedef/AtlasBaseTypeDef.java 
> eb8634533 
>   intg/src/main/java/org/apache/atlas/model/typedef/AtlasEntityDef.java 
> 5bc6e9791 
>   intg/src/main/java/org/apache/atlas/type/AtlasEntityType.java b592701b9 
>   intg/src/test/java/org/apache/atlas/type/TestAtlasTypeRegistry.java 
> 945c06b43 
>   
> repository/src/main/java/org/apache/atlas/repository/store/graph/v2/EntityGraphRetriever.java
>  3a0d001bc 
>   webapp/src/main/java/org/apache/atlas/examples/QuickStartV2.java 4474a2843 
> 
> 
> Diff: https://reviews.apache.org/r/72311/diff/2/
> 
> 
> Testing
> -------
> 
> - added test cases to cover the new functionality
> 
> 
> Thanks,
> 
> Madhan Neethiraj
> 
>

Reply via email to