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

 ##########
 File path: exec/java-exec/src/main/resources/drill-module.conf
 ##########
 @@ -155,6 +155,13 @@ drill.exec: {
             reservation: 0,
             maximum: 9223372036854775807
         }
+    },
+    web.client.resultset: {
+        autolimit {
 
 Review comment:
   I am wondering if we can provide this capability from client side instead on 
server side. Which means each client session can choose to autolimit their 
query and also set a limit value. Whereas if we provide from server side then 
it's applicable for all the queries across sessions.

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