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: [email protected]
For additional commands, e-mail: [email protected]