You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "vinoyang (Jira)" <ji...@apache.org> on 2020/04/23 06:31:00 UTC

[jira] [Closed] (HUDI-397) Normalize log print statement

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

vinoyang closed HUDI-397.
-------------------------
    Fix Version/s: 0.6.0
       Resolution: Done

Done via hudi_test_suite_refactor branch: e7b1474e4e0eedc98e1883d2d8f27469368f141b

> Normalize log print statement
> -----------------------------
>
>                 Key: HUDI-397
>                 URL: https://issues.apache.org/jira/browse/HUDI-397
>             Project: Apache Hudi (incubating)
>          Issue Type: Sub-task
>          Components: Testing
>            Reporter: vinoyang
>            Assignee: wangxianghu
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 0.6.0
>
>          Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> In test suite module, there are many logging statements looks like this pattern:
> {code:java}
> log.info(String.format("----------------- inserting input data %s ------------------", this.getName()));
> {code}
> IMO, it's not a good design. We need to refactor it.
>  
>  



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