-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/72610/
-----------------------------------------------------------
Review request for atlas, Ashutosh Mestry, Jayendra Parab, Madhan Neethiraj,
Nixon Rodrigues, and Sarath Subramanian.
Bugs: ATLAS-3850
https://issues.apache.org/jira/browse/ATLAS-3850
Repository: atlas
Description
-------
During basic search, terms(meanings) in the entity response header is empty,
because while fetching terms from the vertex edge, term label is wrong
**Solution: Removed "__" prefix from the term edge label while fetching.**
TO-DO: Find out reason or remove this line
GraphBackedSearchIndexer.initialize(){
--> createEdgeLabel(management, Constants.TERM_ASSIGNMENT_LABEL);
}
Diffs
-----
repository/src/main/java/org/apache/atlas/repository/store/graph/v2/EntityGraphRetriever.java
757fcb116
Diff: https://reviews.apache.org/r/72610/diff/1/
Testing
-------
Thanks,
Pinal Shah