kkhatua commented on issue #1608: DRILL-6960: Auto Limit Wrapping should not apply to non-select query URL: https://github.com/apache/drill/pull/1608#issuecomment-453613890 The original feature in #1593 was a workaround for the lack of pagination from the server side, when queries are submitted through the WebUI. The autoWrapping is actually not something we want on the server end. This is just a way to ensure that there is an option to not submit a query that can return a very large JSON response and potentially hang/crash the Drillbit. Hence, the logic was done completely on the front-end and without any changes to the REST APIs.
---------------------------------------------------------------- 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
