Skip to content

Commit

Permalink
recover code
Browse files Browse the repository at this point in the history
  • Loading branch information
kaori-seasons committed Nov 2, 2022
1 parent 30a0173 commit 6c89b07
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ private FlinkOptions() {
+ "determined by Object.compareTo(..)");

public static final ConfigOption<String> PAYLOAD_CLASS_NAME = ConfigOptions
.key("write.payload.class")
.key("payload.class")
.stringType()
.defaultValue(EventTimeAvroPayload.class.getName())
.withFallbackKeys("write.payload.class")
Expand Down

0 comments on commit 6c89b07

Please sign in to comment.