yesemsanthoshkumar commented on code in PR #6726:
URL: https://github.com/apache/hudi/pull/6726#discussion_r985346731
##########
hudi-utilities/src/main/java/org/apache/hudi/utilities/deltastreamer/HoodieMultiTableDeltaStreamer.java:
##########
@@ -135,6 +135,7 @@ private void
populateTableExecutionContextList(TypedProperties properties, Strin
if (cfg.enableMetaSync &&
StringUtils.isNullOrEmpty(tableProperties.getString(HoodieSyncConfig.META_SYNC_TABLE_NAME.key(),
""))) {
throw new HoodieException("Meta sync table field not provided!");
}
+ populateTransformerProps(cfg, tableProperties);
Review Comment:
@yihua Sure. I'm new to this. I'll work over this weekend.
--
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]