You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Ankush Kapur (Jira)" <ji...@apache.org> on 2020/06/27 19:38:00 UTC

[jira] [Created] (DRILL-7758) Handle User Provided Druid Query Intervals

Ankush Kapur created DRILL-7758:
-----------------------------------

             Summary: Handle User Provided Druid Query Intervals
                 Key: DRILL-7758
                 URL: https://issues.apache.org/jira/browse/DRILL-7758
             Project: Apache Drill
          Issue Type: Sub-task
          Components: Storage - Other
    Affects Versions: 1.18.0
            Reporter: Ankush Kapur


Currently, when the query is converted to a druid select query, the query interval defaults to the `minTime` and `maxTime` from the segments metadata fetched from the endpoint,

`v1/datasources?simple`

 

There is functionality to parse the event intervals provided by the user but it seems to be not working. This needs to be fixed so that a user can provide custom query interval.

Most likely, this will be by having a druid storage plugin specific reserved word in the SQL which will be interpreted by the druid storage plugin as the user input for the query interval



--
This message was sent by Atlassian Jira
(v8.3.4#803005)