----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/75273/ -----------------------------------------------------------
Review request for ranger, Madhan Neethiraj and Ramesh Mani. Bugs: RANGER-4997 https://issues.apache.org/jira/browse/RANGER-4997 Repository: ranger Description ------- When a new Ranger DataShare is created using the API: /dataset/{id}/resources/{serviceName}, its status is incorrectly set to ACTIVE by default. The expected behavior is for the status to be set to REQUESTED upon creation. This mismatch may lead to confusion, as users might assume the DataShare is fully active when it is still in a requested state. Diffs ----- security-admin/src/main/java/org/apache/ranger/rest/GdsREST.java f9593b469 Diff: https://reviews.apache.org/r/75273/diff/1/ Testing ------- Thanks, Radhika Kundam