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)