Github user jihoonson commented on a diff in the pull request:

    https://github.com/apache/tajo/pull/928#discussion_r51079959
  
    --- Diff: tajo-core/src/main/resources/webapps/admin/query_executor.jsp ---
    @@ -87,6 +88,11 @@ function runQuery() {
       } else if(Math.ceil(Number($("#sizeLimit").val())) > 0) {
         SIZE_LIMIT = Number($("#sizeLimit").val()) * 1024 * 1024;
       }
    +  if(Math.ceil(Number($("#rowLimit").val())) >= 10) {
    --- End diff --
    
    IMO, we don't have to set the upper bound. It would be better to allow a 
very large value for rowLimit if users want.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to