Pavel Pereslegin created IGNITE-24129:
-----------------------------------------
Summary: Sql. Disable HEP_TO_SIMPLE_KEY_VALUE_OPERATION rule when
FAST_QUERY_OPTIMIZATION_ENABLED disabled
Key: IGNITE-24129
URL: https://issues.apache.org/jira/browse/IGNITE-24129
Project: Ignite
Issue Type: Improvement
Components: sql
Reporter: Pavel Pereslegin
Disable {{HEP_TO_SIMPLE_KEY_VALUE_OPERATION}} rule when system property
{{FAST_QUERY_OPTIMIZATION_ENABLED}} is set to {{false}}.
Currently, to disable fast query optimization, you need to do two things
1. set system property FAST_QUERY_OPTIMIZATION_ENABLED=false
2. disable HEP_TO_SIMPLE_KEY_VALUE_OPERATION rule.
The rule should be disabled if the system property is {{false}}.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)