You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Paul Rogers (JIRA)" <ji...@apache.org> on 2019/03/04 23:20:00 UTC

[jira] [Updated] (IMPALA-8086) Check query option value when set

     [ https://issues.apache.org/jira/browse/IMPALA-8086?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul Rogers updated IMPALA-8086:
--------------------------------
    Summary: Check query option value when set   (was: Check the value during set )

> Check query option value when set 
> ----------------------------------
>
>                 Key: IMPALA-8086
>                 URL: https://issues.apache.org/jira/browse/IMPALA-8086
>             Project: IMPALA
>          Issue Type: Improvement
>            Reporter: Janaki Lahorani
>            Priority: Major
>
> When a parameter is set some value, it is evaluated when the query is run.  It should ideally be evaluated with the set is called.
> [localhost:21000] functional_kudu> set runtime_filter_mode=On;
> RUNTIME_FILTER_MODE set to On
> [localhost:21000] functional_kudu> select STRAIGHT_JOIN count(*) from decimal_rtf_tbl a join [BROADCAST] decimal_rtf_tbl_tiny_d5_kudu b where a.d5_0 = b.d5_0;
> Query: select STRAIGHT_JOIN count(*) from decimal_rtf_tbl a join [BROADCAST] decimal_rtf_tbl_tiny_d5_kudu b where a.d5_0 = b.d5_0
> Query submitted at: 2018-12-07 20:00:55 (Coordinator: http://janaki-OptiPlex-7050:25000)
> ERROR: Errors parsing query options
> Invalid runtime filter mode 'On'. Valid modes are OFF(0), LOCAL(1) or GLOBAL(2).



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org