You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Timothy Farkas (JIRA)" <ji...@apache.org> on 2018/02/10 00:05:13 UTC

[jira] [Created] (DRILL-6149) Support Query Level Options

Timothy Farkas created DRILL-6149:
-------------------------------------

             Summary: Support Query Level Options
                 Key: DRILL-6149
                 URL: https://issues.apache.org/jira/browse/DRILL-6149
             Project: Apache Drill
          Issue Type: Bug
            Reporter: Timothy Farkas
            Assignee: Venkata Jyothsna Donapati


Currently the line between session options and query level options are blurred. Ideally a session level option can be set and persisted for the duration of a user's session. A query level option can be set for a query. Right now there is no explicit query level option. A query level option is a session option whose validator has a non zero ttl. We should change this to have options that belong to the Query Scope as defined in the OptionDefinition. The ttl should also be configurable by the user in their **alter set** command.



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