-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/62338/
-----------------------------------------------------------
Review request for atlas and Madhan Neethiraj.
Bugs: ATLAS-2091
https://issues.apache.org/jira/browse/ATLAS-2091
Repository: atlas
Description
-------
Certain characters are used in tokenizing the vertex attribute values, if these
are present within the attribute value of the search parameter JSON then the
index returns inconsistent results.
Fix is to detect such violations and push down the attribute processing to the
graph query or in memory predicate.
Diffs
-----
repository/src/main/java/org/apache/atlas/discovery/SearchProcessor.java
1cb2249d
Diff: https://reviews.apache.org/r/62338/diff/1/
Testing
-------
Tested with UI and REST calls. The logs indicate that the attribute will not be
processed by index
Thanks,
Apoorv Naik