xushiyan commented on code in PR #10243:
URL: https://github.com/apache/hudi/pull/10243#discussion_r1417889122
##########
hudi-integ-test/src/main/java/org/apache/hudi/integ/testsuite/HoodieTestSuiteWriter.java:
##########
@@ -76,9 +76,9 @@ public HoodieTestSuiteWriter(JavaSparkContext jsc, Properties
props, HoodieTestS
this.deltaStreamerWrapper = new HoodieDeltaStreamerWrapper(cfg, jsc);
this.hoodieReadClient = new HoodieReadClient(context, cfg.targetBasePath);
this.writeConfig = getHoodieClientConfig(cfg, props, schema);
- if (!cfg.useDeltaStreamer) {
- this.writeClient = new SparkRDDWriteClient(context, writeConfig);
- }
+ //if (!cfg.useDeltaStreamer) {
+ this.writeClient = new SparkRDDWriteClient(context, writeConfig);
+ //}
Review Comment:
+1 should avoid keeping commented code around
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]