-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/74163/
-----------------------------------------------------------
Review request for atlas, Ashutosh Mestry, Jayendra Parab, and Nixon Rodrigues.
Bugs: ATLAS-4681
https://issues.apache.org/jira/browse/ATLAS-4681
Repository: atlas
Description
-------
**Issue:** Currently Relationship Search supports filtering results. There is a
sortBy and sortOrder param that is supposed to sort according to the arguments
provided.
However currently it is return a random order of results even though the filter
is applied.
Diffs
-----
repository/src/main/java/org/apache/atlas/discovery/RelationshipSearchProcessor.java
e4c07988d
repository/src/main/java/org/apache/atlas/discovery/SearchProcessor.java
7b36c6c75
repository/src/test/java/org/apache/atlas/discovery/RelationshipSearchProcessorTest.java
3b2b59863
Diff: https://reviews.apache.org/r/74163/diff/1/
Testing
-------
Testcase added
Thanks,
Pinal Shah