Skip to content

Commit

Permalink
[HUDI-5126] Delete duplicate configuration items PAYLOAD_CLASS_NAME (a…
Browse files Browse the repository at this point in the history
  • Loading branch information
windWheel authored and satishkotha committed Dec 11, 2022
1 parent 6751939 commit 9a3d63f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,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 9a3d63f

Please sign in to comment.