yihua commented on code in PR #8155:
URL: https://github.com/apache/hudi/pull/8155#discussion_r1139352811
##########
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:
Fixed.
##########
hudi-common/src/main/java/org/apache/hudi/common/config/ConfigGroups.java:
##########
@@ -37,7 +37,8 @@ public enum Names {
METRICS("Metrics Configs"),
RECORD_PAYLOAD("Record Payload Config"),
KAFKA_CONNECT("Kafka Connect Configs"),
- AWS("Amazon Web Services Configs");
+ AWS("Amazon Web Services Configs"),
+ DELTA_STREAMER("DeltaStreamer Configs");
Review Comment:
Done. This line is still needed.
--
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]