You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Volodymyr Vysotskyi (JIRA)" <ji...@apache.org> on 2019/04/08 16:51:00 UTC

[jira] [Created] (DRILL-7160) exec.query.max_rows QUERY-level options are shown on Profiles tab

Volodymyr Vysotskyi created DRILL-7160:
------------------------------------------

             Summary: exec.query.max_rows QUERY-level options are shown on Profiles tab
                 Key: DRILL-7160
                 URL: https://issues.apache.org/jira/browse/DRILL-7160
             Project: Apache Drill
          Issue Type: Bug
          Components: Web Server
    Affects Versions: 1.16.0
            Reporter: Volodymyr Vysotskyi
            Assignee: Kunal Khatua
             Fix For: 1.16.0


As [~arina] has noticed, option {{exec.query.max_rows}} is shown on Web UI's Profiles even when it was not set explicitly. The issue is because the option is being set on the query level internally.

From the code, looks like it is set in {{DrillSqlWorker.checkAndApplyAutoLimit()}}, and perhaps a check whether the value differs from the existing one should be added.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)