vyommani commented on code in PR #741:
URL: https://github.com/apache/ranger/pull/741#discussion_r2567102220
##########
agents-common/src/main/java/org/apache/ranger/plugin/util/SearchFilter.java:
##########
@@ -48,6 +48,8 @@ public class SearchFilter {
public static final String CREATE_TIME = "createTime"; // sort
public static final String UPDATE_TIME = "updateTime"; // sort
public static final String START_INDEX = "startIndex";
+ public static final String BEGIN_INDEX = "beginIndex";
+ public static final String OFFSET_INDEX = "offsetIndex";
Review Comment:
I think OFFSET is more meaning full than OFFSET_INDEX, offset is not index.
What do you think ?
--
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]