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-467164508
 
 
   Yes, there is.. but I need to introduce a new method in the `UserConnection` 
object indicating that autoLimit was applied by the `DrillSqlWorker` (or not 
applied and disabled in the `QueryContext`).
   I would need to set the value in the `UserConnection` here, just before I 
return the query Id, since the `DrillSqlWorker` has finished parsing (and 
disabled in the context): 
`org.apache.drill.exec.work.user.UserWorker.submitWork(UserClientConnection, 
RunQuery) QueryResource`  
(https://github.com/apache/drill/blob/1a1cac0b2b9abd7dd90d614946f2101e5f3667f1/exec/java-exec/src/main/java/org/apache/drill/exec/work/user/UserWorker.java#L80)

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