yihua commented on code in PR #6726:
URL: https://github.com/apache/hudi/pull/6726#discussion_r979170345


##########
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:
   Could you add a test for applying different transformers to different tables?



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