yjc408 commented on code in PR #13831:
URL: https://github.com/apache/hudi/pull/13831#discussion_r2323761108
##########
hudi-utilities/src/main/java/org/apache/hudi/utilities/streamer/HoodieStreamer.java:
##########
@@ -747,6 +747,7 @@ public StreamSyncService(Config cfg,
HoodieSparkEngineContext hoodieSparkContext
cfg.baseFileFormat = "PARQUET"; // default for backward
compatibility
}
Map<String, String> propsToValidate = new HashMap<>();
+
properties.get().setProperty(HoodieTableConfig.PAYLOAD_CLASS_NAME.key(),
cfg.payloadClassName);
Review Comment:
added the proper check for hoodie streamer and spark data source.
--
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]