-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/75389/
-----------------------------------------------------------

(Updated May 22, 2025, 1:41 p.m.)


Review request for ranger, Madhan Neethiraj and Ramesh Mani.


Changes
-------

Updated the patch as per review comments.


Bugs: RANGER-5213
    https://issues.apache.org/jira/browse/RANGER-5213


Repository: ranger


Description
-------

Dataset Search and Summary APIs should support filtering by isEnabled and 
Partila/Exact text search for Labels and Keywords.
QueryParams to use for,
Partial Search:
   datasetLabelPartial
   datasetKeywordPartial
Full Search:
   datasetLabel
   datasetKeyword
isEnabled Filter:
A new query parameter to include/exclude datasets based on their enabled status.
Example: isEnabled=true returns only enabled datasets.


Diffs (updated)
-----

  agents-common/src/main/java/org/apache/ranger/plugin/util/SearchFilter.java 
717b94c67 
  security-admin/src/main/java/org/apache/ranger/common/RangerSearchUtil.java 
a76c2b5a3 
  security-admin/src/main/java/org/apache/ranger/rest/GdsREST.java 84009c3fa 
  
security-admin/src/main/java/org/apache/ranger/service/RangerGdsDatasetService.java
 8ace32a53 


Diff: https://reviews.apache.org/r/75389/diff/2/

Changes: https://reviews.apache.org/r/75389/diff/1-2/


Testing
-------

Tested locally


Thanks,

Radhika Kundam

Reply via email to