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

Tim Armstrong resolved IMPALA-8086.
-----------------------------------
    Resolution: Won't Do

This is kinda fundamental to how the shell handles query options client-side. 

> 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
(v8.3.4#803005)

Reply via email to