huangxiaopingRD commented on code in PR #8175:
URL: https://github.com/apache/hudi/pull/8175#discussion_r1136796193
##########
hudi-utilities/src/main/java/org/apache/hudi/utilities/deltastreamer/HoodieDeltaStreamer.java:
##########
@@ -268,8 +268,9 @@ public static class Config implements Serializable {
+ "Default: No limit, e.g: DFS-Source => max bytes to read,
Kafka-Source => max events to read")
public long sourceLimit = Long.MAX_VALUE;
- @Parameter(names = {"--op"}, description = "Takes one of these values :
UPSERT (default), INSERT (use when input "
- + "is purely new data/inserts to gain speed)", converter =
OperationConverter.class)
+ @Parameter(names = {"--op"}, description = "Takes one of these values :
UPSERT (default), INSERT, "
+ + "BULK_INSERT, INSERT_OVERWRITE, INSERT_OVERWRITE_TABLE,
DELETE_PARTITION",
+ converter = OperationConverter.class)
Review Comment:
Yes, we can see the types already supported here.
https://github.com/apache/hudi/blob/master/hudi-utilities/src/main/java/org/apache/hudi/utilities/deltastreamer/DeltaSync.java#L758
--
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]