nsivabalan commented on code in PR #13831:
URL: https://github.com/apache/hudi/pull/13831#discussion_r2320675738
##########
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:
in case of HoodieStreamer, we have top level configs only for these
```
--merge-mode
--merge-strategy-id
```
--
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]