vernedeng commented on code in PR #9379:
URL: https://github.com/apache/inlong/pull/9379#discussion_r1413735450
##########
inlong-sort/sort-common/src/main/java/org/apache/inlong/sort/protocol/constant/IcebergConstant.java:
##########
@@ -35,8 +35,7 @@ public class IcebergConstant {
public static final String START_SNAPSHOT_ID = "start-snapshot-id";
public static final String STREAMING = "streaming";
public static final String STARTING_STRATEGY_KEY = "starting-strategy";
-
- public static final String APPEND_MODE_KEY = "appendMode";
+ public static final String APPEND_MODE_KEY = "upsert-enabled";
Review Comment:
fixed, thx
--
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]