chaitalicod commented on code in PR #356:
URL: https://github.com/apache/atlas/pull/356#discussion_r2102214287


##########
repository/src/main/java/org/apache/atlas/discovery/SearchProcessor.java:
##########
@@ -671,6 +672,10 @@ protected AtlasGraphQuery toGraphFilterQuery(Set<? extends 
AtlasStructType> stru
 
                     for (AtlasStructType structType : structTypes) {
                         String qualifiedName = 
structType.getVertexPropertyName(criteria.getAttributeName());
+                        if (isIndexSearchable(criteria, structType)) {

Review Comment:
   This fix was tested for how many hive_columns as for a hive_table for 
multiple hive_tables with this huge qualifiedname and name using basic search ?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@atlas.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to