This is an automated email from the ASF dual-hosted git repository.
vinoyang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hudi.git
The following commit(s) were added to refs/heads/master by this push:
new eeab532 [HUDI-725] Remove init log in the constructor of DeltaSync
(#1425)
eeab532 is described below
commit eeab532d794426115f839e6ee11a9fc1314698fe
Author: Mathieu <[email protected]>
AuthorDate: Fri Mar 20 17:47:59 2020 +0800
[HUDI-725] Remove init log in the constructor of DeltaSync (#1425)
---
.../src/main/java/org/apache/hudi/utilities/deltastreamer/DeltaSync.java | 1 -
1 file changed, 1 deletion(-)
diff --git
a/hudi-utilities/src/main/java/org/apache/hudi/utilities/deltastreamer/DeltaSync.java
b/hudi-utilities/src/main/java/org/apache/hudi/utilities/deltastreamer/DeltaSync.java
index 3073dfa..b8524ba 100644
---
a/hudi-utilities/src/main/java/org/apache/hudi/utilities/deltastreamer/DeltaSync.java
+++
b/hudi-utilities/src/main/java/org/apache/hudi/utilities/deltastreamer/DeltaSync.java
@@ -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();