kunwp1 commented on code in PR #4086:
URL: https://github.com/apache/texera/pull/4086#discussion_r2578552783
##########
amber/src/main/scala/org/apache/texera/web/model/websocket/request/ResultPaginationRequest.scala:
##########
@@ -23,5 +23,8 @@ case class ResultPaginationRequest(
requestID: String,
operatorID: String,
pageIndex: Int,
- pageSize: Int
+ pageSize: Int,
+ columnOffset: Int = 0,
+ columnLimit: Int = Int.MaxValue,
Review Comment:
I see that the value of `columnLimit` is fixed to 25. If it's fixed this
way, I don't think we even need this variable in the frontend codebase. Can you
check?
--
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]