You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Jesus Camacho Rodriguez (JIRA)" <ji...@apache.org> on 2017/01/16 14:33:26 UTC

[jira] [Created] (CALCITE-1577) Druid adapter: Incorrect result - limit on timestamp disappears

Jesus Camacho Rodriguez created CALCITE-1577:
------------------------------------------------

             Summary: Druid adapter: Incorrect result - limit on timestamp disappears
                 Key: CALCITE-1577
                 URL: https://issues.apache.org/jira/browse/CALCITE-1577
             Project: Calcite
          Issue Type: Bug
          Components: druid
    Affects Versions: 1.11.0
            Reporter: Jesus Camacho Rodriguez
            Assignee: Jesus Camacho Rodriguez
            Priority: Critical


This can be observed with the following query:

{code:sql}
SELECT DISTINCT `__time`
FROM store_sales_sold_time_subset
ORDER BY `__time` ASC
LIMIT 10;
{code}

Query is translated to Druid _timeseries_, but _limit_ operator disappears.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)