yihua commented on code in PR #8155:
URL: https://github.com/apache/hudi/pull/8155#discussion_r1133461681
##########
hudi-utilities/src/main/java/org/apache/hudi/utilities/config/HoodieDeltaStreamerConfig.java:
##########
@@ -93,6 +93,16 @@ public class HoodieDeltaStreamerConfig extends HoodieConfig {
.withDocumentation("The path to which a particular table is ingested.
The config is specific to HoodieMultiTableDeltaStreamer"
+ " and overrides path determined using option `--base-path-prefix`
for a table");
+ public static final ConfigProperty<String> TRANSFORMER_SQL_FILE =
ConfigProperty
Review Comment:
Let's add transformer configs into a separate config class
`SqlTransformerConfig`.
--
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]