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_r245363967
##########
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:
I don't think this should be controlled by server. Its a client side
parameter and is used once all the results is returned to the client.
----------------------------------------------------------------
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