kkhatua commented on issue #1608: DRILL-6960: AutoLimit the size of ResultSet for a WebUI (or REST) client URL: https://github.com/apache/drill/pull/1608#issuecomment-467103161 @vvysotskyi for the case where the query's explicit limit matches the implicit auto-limit, the `QueryResources.TabularResult.isResultSetAutoLimited()` method has no qay of distinguishing if resultset was limited by the query explicitly or because of the implicit autolimit. This isn't really a bug, because semantically, the outcome is as expected. Implementing a "_fix_" would be non-trivial.
---------------------------------------------------------------- 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
