[HUDI-725] Remove init log in the constructor of DeltaSync (#1425)
This commit is contained in:
@@ -168,7 +168,6 @@ public class DeltaSync implements Serializable {
|
|||||||
this.tableType = tableType;
|
this.tableType = tableType;
|
||||||
this.onInitializingHoodieWriteClient = onInitializingHoodieWriteClient;
|
this.onInitializingHoodieWriteClient = onInitializingHoodieWriteClient;
|
||||||
this.props = props;
|
this.props = props;
|
||||||
LOG.info("Creating delta streamer with configs : " + props.toString());
|
|
||||||
this.schemaProvider = schemaProvider;
|
this.schemaProvider = schemaProvider;
|
||||||
|
|
||||||
refreshTimeline();
|
refreshTimeline();
|
||||||
|
|||||||
Reference in New Issue
Block a user