Jesus Camacho Rodriguez created HIVE-18848:
----------------------------------------------
Summary: Improve readability of filter conditions in explain plan
when CBO is run
Key: HIVE-18848
URL: https://issues.apache.org/jira/browse/HIVE-18848
Project: Hive
Issue Type: Improvement
Components: CBO
Affects Versions: 3.0.0
Reporter: Jesus Camacho Rodriguez
Assignee: Jesus Camacho Rodriguez
CBO might return comparison operands in any non-deterministic order. Try to
show {{<reference> <cmp> <literal>}} when possible, i.e., {{c < 10}} rather
than {{10 > c}}.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)