[
https://issues.apache.org/jira/browse/RANGER-4413?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Madhan Neethiraj resolved RANGER-4413.
--------------------------------------
Fix Version/s: 3.0.0
Resolution: Fixed
{noformat}
commit a13a01bce0c5b9a9a54685734be571a412bc0fca (HEAD -> RANGER-3923,
origin/RANGER-3923)
Author: Subhrat Chaudhary <[email protected]>
Date: Fri Sep 15 13:56:03 2023 -0700
RANGER-4413: fix pagination for GDS APIs
Signed-off-by: Madhan Neethiraj <[email protected]>
{noformat}
> Fix pagination for GDS APIs
> ---------------------------
>
> Key: RANGER-4413
> URL: https://issues.apache.org/jira/browse/RANGER-4413
> Project: Ranger
> Issue Type: Sub-task
> Components: admin
> Reporter: Subhrat Chaudhary
> Assignee: Subhrat Chaudhary
> Priority: Major
> Fix For: 3.0.0
>
>
> In Ranger, we have pagination parameters (pageSize and startIndex) to get
> paginated records, which build queries and get records from DB accordingly.
> For GDS APIs, this will not work in we have to do ACL evaluation on the
> records from DB. Pagination for GDS APIs needs to be done in Java.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)