> On March 30, 2020, 6:28 a.m., Madhan Neethiraj wrote: > > repository/src/main/java/org/apache/atlas/discovery/ClassificationSearchProcessor.java > > Lines 111 (patched) > > <https://reviews.apache.org/r/72280/diff/1/?file=2216343#file2216343line119> > > > > buildTraitPredict() doesn't handle wildcards in the classification-name > > - like classificationName="*PII". Please review. > > Pinal Shah wrote: > Thanks Madhan, > What if i use __classificationNames which String type, instead of > __traitNames which is of List<String> type in graphdb.
For the building the traitName incase of wildcard - Pinal ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/72280/#review220100 ----------------------------------------------------------- On March 31, 2020, 5:12 a.m., Pinal Shah wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/72280/ > ----------------------------------------------------------- > > (Updated March 31, 2020, 5:12 a.m.) > > > Review request for atlas, Madhan Neethiraj, Nixon Rodrigues, and Sarath > Subramanian. > > > Bugs: ATLAS-3703 > https://issues.apache.org/jira/browse/ATLAS-3703 > > > Repository: atlas > > > Description > ------- > > Example of cases where Filters of classification doesn't work > ClassificationType + Classification Filter + Term > ClassificationType + Classification Filter + Text > EntityType + Entity Filter + ClassificationType + Classification Filter + Term > > > Diffs > ----- > > > repository/src/main/java/org/apache/atlas/discovery/ClassificationSearchProcessor.java > 1343c9b96 > repository/src/main/java/org/apache/atlas/discovery/SearchProcessor.java > ddd3e60d2 > > > Diff: https://reviews.apache.org/r/72280/diff/3/ > > > Testing > ------- > > Manually tested all above cases, except case where attributes are non indexed > > > Thanks, > > Pinal Shah > >
