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