----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/71431/#review217749 -----------------------------------------------------------
Fix it, then Ship it! intg/src/main/java/org/apache/atlas/model/discovery/SearchParameters.java Lines 495 (patched) <https://reviews.apache.org/r/71431/#comment305115> nit: revert new line change repository/src/main/java/org/apache/atlas/discovery/EntitySearchProcessor.java Lines 233 (patched) <https://reviews.apache.org/r/71431/#comment305114> 'newQuery' is never used; consider removing it. webapp/src/main/java/org/apache/atlas/web/rest/DiscoveryREST.java Lines 341 (patched) <https://reviews.apache.org/r/71431/#comment305113> move line 341 about QueryParam validation inside validateSearchParameters() method. - Sarath Subramanian On Sept. 14, 2019, 5:45 a.m., Bolke de Bruin wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/71431/ > ----------------------------------------------------------- > > (Updated Sept. 14, 2019, 5:45 a.m.) > > > Review request for atlas, Ashutosh Mestry, Aadarsh Jajodia, Sridhar K, Le Ma, > Madhan Neethiraj, and Nixon Rodrigues. > > > Bugs: https://issues.apache.org/jira/browse/ATLAS-3399 > > https://issues.apache.org/jira/browse/https://issues.apache.org/jira/browse/ATLAS-3399 > > > Repository: atlas > > > Description > ------- > > Add indexed order by to basic search. > > > Diffs > ----- > > > graphdb/api/src/main/java/org/apache/atlas/repository/graphdb/AtlasIndexQuery.java > f3722b827 > > graphdb/janus/src/main/java/org/apache/atlas/repository/graphdb/janus/AtlasJanusIndexQuery.java > 7c258b7a3 > graphdb/janus/src/main/java/org/janusgraph/diskstorage/solr/Solr6Index.java > e457866af > intg/src/main/java/org/apache/atlas/model/discovery/SearchParameters.java > aac6b5aa3 > > repository/src/main/java/org/apache/atlas/discovery/EntitySearchProcessor.java > f7d8f08c7 > webapp/src/main/java/org/apache/atlas/web/rest/DiscoveryREST.java e6b338b84 > webapp/src/test/java/org/apache/atlas/web/integration/BasicSearchIT.java > 06931b38c > webapp/src/test/resources/json/search-parameters/entity-filters.json > f4b2efe63 > > > Diff: https://reviews.apache.org/r/71431/diff/2/ > > > Testing > ------- > > - production and tests added > > > Thanks, > > Bolke de Bruin > >
