KiteSoar commented on code in PR #17661:
URL: https://github.com/apache/hudi/pull/17661#discussion_r2649151390


##########
hudi-utilities/src/main/java/org/apache/hudi/utilities/streamer/StreamSync.java:
##########
@@ -314,7 +315,7 @@ public StreamSync(HoodieStreamer.Config cfg, SparkSession 
sparkSession,
     this.cfg = cfg;
     this.hoodieSparkContext = hoodieSparkContext;
     this.sparkSession = sparkSession;
-    this.storage = new HoodieHadoopStorage(fs);
+    this.storage = 
HoodieStorageUtils.getStorage(HadoopFSUtils.getStorageConf(fs.getConf()), new 
Class<?>[] {FileSystem.class}, fs);

Review Comment:
   done



-- 
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]

Reply via email to