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

[jira] [Created] (DRILL-7216) Auto limit is happening on the Drill Web-UI while the limit checkbox is unchecked

Anton Gozhiy created DRILL-7216:
-----------------------------------

             Summary: Auto limit is happening on the Drill Web-UI while the limit checkbox is unchecked
                 Key: DRILL-7216
                 URL: https://issues.apache.org/jira/browse/DRILL-7216
             Project: Apache Drill
          Issue Type: Bug
    Affects Versions: 1.16.0
            Reporter: Anton Gozhiy


*Steps:*
# On Web-UI, open Query page
# Set "Limit results to" 10, but *not check the checkbox*
# Submit a simple query:
{code:sql}
SELECT * FROM cp.`employee.json` LIMIT 20
{code}

*Expected result:*
Results should be limited be 20 (so as set in the query).

*Actual result:*
Auto limit is applied and the results are limited to 10 rows.



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