You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Jesus Camacho Rodriguez (Jira)" <ji...@apache.org> on 2020/08/11 01:04:00 UTC

[jira] [Resolved] (HIVE-23997) Some logs in ConstantPropagateProcFactory are not straightforward

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

Jesus Camacho Rodriguez resolved HIVE-23997.
--------------------------------------------
    Fix Version/s: 4.0.0
       Resolution: Fixed

Pushed to master, thanks for your contribution [~dengzh]!

> Some logs in ConstantPropagateProcFactory are not straightforward
> -----------------------------------------------------------------
>
>                 Key: HIVE-23997
>                 URL: https://issues.apache.org/jira/browse/HIVE-23997
>             Project: Hive
>          Issue Type: Improvement
>          Components: Logical Optimizer
>            Reporter: Zhihua Deng
>            Assignee: Zhihua Deng
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 4.0.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> Some logs in ConstantPropagateProcFactory are not easy to understand,  like query:
>  select * from tbl where a = 'a1';
> showing some logs like this:
> optimizer.ConstantPropagateProcFactory: Filter org.apache.hadoop.hive.ql.udf.generic.GenericUDFOPEqual@78907a46 is identified as a value assignment, propagate it.
>  
> Maybe It's better to log like this:
> optimizer.ConstantPropagateProcFactory: Filter (a = 'a1') is identified as a value assignment, propagate it.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)