Skip to content

Commit

Permalink
[HUDI-5126] Delete duplicate configuration items PAYLOAD_CLASS_NAME (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
windWheel authored Nov 3, 2022
1 parent cd314b8 commit d36cc05
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,6 @@ public static HoodiePayloadConfig getPayloadConfig(Configuration conf) {
.withPayloadClass(conf.getString(FlinkOptions.PAYLOAD_CLASS_NAME))
.withPayloadOrderingField(conf.getString(FlinkOptions.PRECOMBINE_FIELD))
.withPayloadEventTimeField(conf.getString(FlinkOptions.PRECOMBINE_FIELD))
.withPayloadClass(conf.getString(FlinkOptions.PAYLOAD_CLASS_NAME))
.build();
}

Expand Down

0 comments on commit d36cc05

Please sign in to comment.