kkhatua commented on a change in pull request #1593: DRILL-6050: Provide a 
limit to number of rows fetched for a query in UI
URL: https://github.com/apache/drill/pull/1593#discussion_r245458883
 
 

 ##########
 File path: 
exec/java-exec/src/main/java/org/apache/drill/exec/server/rest/QueryResources.java
 ##########
 @@ -128,9 +133,9 @@ public int getDefaultRowsAutoLimited() {
     private final List<String> columns;
     private final List<List<String>> rows;
     private final String queryId;
-    private final int defaultRowsPerPage;
+    private final String defaultRowsPerPage;
 
 Review comment:
   +1

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

Reply via email to