rameeshm commented on code in PR #716:
URL: https://github.com/apache/ranger/pull/716#discussion_r2458991663


##########
security-admin/src/main/java/org/apache/ranger/rest/AssetREST.java:
##########
@@ -570,7 +570,7 @@ public VXAccessAuditList getAccessLogs(@Context 
HttpServletRequest request, @Que
         searchUtil.extractString(request, searchCriteria, "agentHost", "Agent 
Host Name", StringUtil.VALIDATION_TEXT);
         searchUtil.extractString(request, searchCriteria, "eventId", "Event 
Id", null);
         searchUtil.extractString(request, searchCriteria, "datasets", 
"DataSets", null);
-        searchUtil.extractLong(request, searchCriteria, "datasetId", "Dataset 
Id");
+        searchUtil.extractLong(request, searchCriteria, "datasetIds", "Dataset 
Ids");

Review Comment:
   extractLong internally uses extractLongList, this shouldn't be issue



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