vvysotskyi commented on a change in pull request #1608: DRILL-6960: AutoLimit
the size of ResultSet for a WebUI (or REST) client
URL: https://github.com/apache/drill/pull/1608#discussion_r258617573
##########
File path:
exec/java-exec/src/main/java/org/apache/drill/exec/server/rest/QueryResources.java
##########
@@ -135,6 +137,7 @@ public int getDefaultRowsAutoLimited() {
private final String queryId;
private final String rowsPerPageValues;
private final String queryState;
+ private final Integer autoLimitedRowCount;
Review comment:
Please please replace `Integer` with `int` here also.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services