vinoyang created HUDI-397:
-----------------------------
Summary: Normalize log print statement
Key: HUDI-397
URL: https://issues.apache.org/jira/browse/HUDI-397
Project: Apache Hudi (incubating)
Issue Type: Sub-task
Reporter: vinoyang
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)