----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/72610/ -----------------------------------------------------------
(Updated June 22, 2020, 9:23 a.m.) 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 (updated) ----- repository/src/main/java/org/apache/atlas/repository/graph/GraphBackedSearchIndexer.java 4a09b08a4 repository/src/main/java/org/apache/atlas/repository/store/graph/v2/EntityGraphRetriever.java 757fcb116 Diff: https://reviews.apache.org/r/72610/diff/2/ Changes: https://reviews.apache.org/r/72610/diff/1-2/ Testing ------- Thanks, Pinal Shah