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_r245426359
##########
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 {
+ enable: true,
+ rows: 1000
+ },
+ defaultRowsPerPage: 10
Review comment:
Modifying this to allows admins to specify the entire list. i.e. they can
change the options from the default `[10,25,50,100]`
----------------------------------------------------------------
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