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


##########
repository/src/main/java/org/apache/atlas/repository/impexp/StartEntityFetchByExportRequest.java:
##########
@@ -177,15 +189,61 @@ private List<String> 
getEntitiesForMatchTypeUsingUniqueAttributes(AtlasObjectId
         return new ArrayList<>(ret);
     }
 
-    private List<String> getEntitiesForMatchTypeType(AtlasObjectId item, 
String matchType) {
-        return executeGremlinQuery(getQueryTemplateForMatchType(matchType), 
getBindingsForTypeName(item.getTypeName()));
+    private List<String> getEntitiesForMatchTypeType(AtlasObjectId item, 
String matchType) throws AtlasBaseException {

Review Comment:
   Please add UTS for each usecase to cover scenarios and regression behaviour



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to