UmeshPatil-1 commented on code in PR #489:
URL: https://github.com/apache/atlas/pull/489#discussion_r2652218327


##########
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:
   Added UTS.



-- 
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