danny0405 commented on code in PR #12666:
URL: https://github.com/apache/hudi/pull/12666#discussion_r2153368805
##########
hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/configuration/FlinkOptions.java:
##########
@@ -459,6 +459,14 @@ private FlinkOptions() {
+ "By default false. Turning this on, could hide the write status
errors while the flink checkpoint moves ahead. \n"
+ "So, would recommend users to use this with caution.");
+ @AdvancedConfig
+ public static final ConfigOption<Boolean> FAIL_FAST = ConfigOptions
Review Comment:
`FAIL_FAST` -> `WRITE_FAIL_FAST`
--
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]