kkhatua commented on a change in pull request #1608: DRILL-6960: Auto Limit 
Wrapping should not apply to non-select query
URL: https://github.com/apache/drill/pull/1608#discussion_r253162524
 
 

 ##########
 File path: 
exec/java-exec/src/main/java/org/apache/drill/exec/server/rest/QueryWrapper.java
 ##########
 @@ -69,14 +75,24 @@ public QueryType getType() {
     return QueryType.valueOf(queryType);
   }
 
+  public Integer getAutoLimitRowCount() {
+    return autoLimitRowCount;
+  }
+
+  public boolean isAutoLimitEnabled() {
 
 Review comment:
   Used locally, but only in one place. Will in-line the function instead.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to