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 "Janaki Lahorani (JIRA)" <ji...@apache.org> on 2019/01/14 23:42:00 UTC

[jira] [Created] (IMPALA-8086) Check the value during set

Janaki Lahorani created IMPALA-8086:
---------------------------------------

             Summary: Check the value during set 
                 Key: IMPALA-8086
                 URL: https://issues.apache.org/jira/browse/IMPALA-8086
             Project: IMPALA
          Issue Type: Improvement
            Reporter: Janaki Lahorani


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