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:**
   
![image](https://user-images.githubusercontent.com/4335237/52496526-6b76b880-2b88-11e9-8ae7-a28a4784d96c.png)
   
   
   **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
   ```
   
![image](https://user-images.githubusercontent.com/4335237/52496646-c6101480-2b88-11e9-8df7-fdc012ba9c4b.png)
   
   
   **Screenshot of profile with Limit applied (overriding the existing larger 
limit 22)**
   
![image](https://user-images.githubusercontent.com/4335237/52496795-374fc780-2b89-11e9-8f20-702f590fe861.png)
   

----------------------------------------------------------------
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

Reply via email to