You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2021/05/26 04:19:00 UTC

[jira] [Updated] (HUDI-1935) Update Logger for FlatteningTransformer

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

ASF GitHub Bot updated HUDI-1935:
---------------------------------
    Labels: pull-request-available  (was: )

> Update Logger for FlatteningTransformer 
> ----------------------------------------
>
>                 Key: HUDI-1935
>                 URL: https://issues.apache.org/jira/browse/HUDI-1935
>             Project: Apache Hudi
>          Issue Type: Task
>          Components: Code Cleanup
>            Reporter: Vinay
>            Assignee: Vinay
>            Priority: Trivial
>              Labels: pull-request-available
>             Fix For: 0.9.0
>
>
> We have defined the following in FlatteningTransformer class 
> {code:java}
> private static final Logger LOG = LogManager.getLogger(SqlQueryBasedTransformer.class);
> {code}
> This should instead be 
> {code:java}
> private static final Logger LOG = LogManager.getLogger(FlatteningTransformer.class);
> {code}



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