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

Steve Carlin updated IMPALA-14813:
----------------------------------
    Epic Link: IMPALA-15133

> Calcite Planner: orc stats predicate not created for "bool = true" condition
> ----------------------------------------------------------------------------
>
>                 Key: IMPALA-14813
>                 URL: https://issues.apache.org/jira/browse/IMPALA-14813
>             Project: IMPALA
>          Issue Type: Bug
>            Reporter: Steve Carlin
>            Priority: Major
>
> In orc-stats.test, for the following query:
> select count(*) from functional_orc_def.alltypessmall_bool_sorted where 
> bool_col = true;
> The Calcite planner is simplifying the "bool_col = true" condition to 
> "bool_col".  Because of this, the orc statistics predicate is not getting 
> created (which can be observed by setting the explain_level to 2)



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to