yihua commented on code in PR #10243:
URL: https://github.com/apache/hudi/pull/10243#discussion_r1417888265
##########
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:
Just remove the lines without using comments?
--
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]