kkhatua 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_r259683239
##########
File path:
exec/java-exec/src/main/java/org/apache/drill/exec/work/user/UserWorker.java
##########
@@ -73,9 +73,13 @@ private static QueryId queryIdGenerator() {
}
public QueryId submitWork(UserClientConnection connection, RunQuery query) {
+ return submitWork(connection, query, null);
+ }
+
+ public QueryId submitWork(UserClientConnection connection, RunQuery query,
Integer autoLimitRowCount) {
Review comment:
Done in the latest set of commits
----------------------------------------------------------------
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