yuxiqian commented on code in PR #3451: URL: https://github.com/apache/flink-cdc/pull/3451#discussion_r1665625233
########## flink-cdc-common/src/main/java/org/apache/flink/cdc/common/configuration/ConfigurationUtils.java: ########## @@ -222,7 +222,7 @@ static Float convertToFloat(Object o) { } else { throw new IllegalArgumentException( String.format( - "Configuration value %s overflows/underflows the float type.", + "Configuration value %s overflows/underflow's the float type.", Review Comment: Seems `underflows` is correct as 3rd person singular, not possessive form. -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org