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-461892922 **Screenshot of Error Handling:**  **Screenshot of results for the query** ```sql -- Simple Join with existing Limit 22 [Expected: Limit 13 applied to SQL] select r.r_regionkey as r_regionkey, r.r_name as r_name, n.n_nationkey as n_nationkey, n.n_name as n_name from dfs.par100.region r, dfs.par100.nation n where r.r_regionkey=n.n_regionkey limit 22 ```  **Screenshot of profile with Limit applied (overriding the existing larger limit 22)** 
---------------------------------------------------------------- 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
