1
0

[HUDI-725] Remove init log in the constructor of DeltaSync (#1425)

This commit is contained in:
Mathieu
2020-03-20 17:47:59 +08:00
committed by GitHub
parent 21c45e1051
commit eeab532d79

View File

@@ -168,7 +168,6 @@ public class DeltaSync implements Serializable {
this.tableType = tableType;
this.onInitializingHoodieWriteClient = onInitializingHoodieWriteClient;
this.props = props;
LOG.info("Creating delta streamer with configs : " + props.toString());
this.schemaProvider = schemaProvider;
refreshTimeline();