-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/60923/
-----------------------------------------------------------
Review request for atlas, Madhan Neethiraj and Sarath Subramanian.
Bugs: ATLAS-1956
https://issues.apache.org/jira/browse/ATLAS-1956
Repository: atlas
Description
-------
If no attributes are specified in the SearchParameters then by default
AtlasSearchResult should include the attributes present in the filter criteria
Diffs
-----
repository/src/main/java/org/apache/atlas/discovery/EntityDiscoveryService.java
a4538bda
repository/src/main/java/org/apache/atlas/discovery/SearchContext.java
2125d610
repository/src/main/java/org/apache/atlas/discovery/SearchProcessor.java
1a2d997b
Diff: https://reviews.apache.org/r/60923/diff/1/
Testing
-------
Tested using curl calls, response contains the attributes present in the filter
criteria
mvn clean package executes successfully
Thanks,
Apoorv Naik