davidradl commented on code in PR #27227: URL: https://github.com/apache/flink/pull/27227#discussion_r2533438296
########## docs/content.zh/docs/dev/datastream/event-time/generating_watermarks.md: ########## @@ -235,7 +235,7 @@ If you are upgrading from a Flink version between 1.15.x and 1.16.x inclusive, y by checking if it throws an `UnsupportedOperationException` at runtime or by reading the javadocs. In this case, it would be desirable to to disable split level watermark alignment to avoid fatal exceptions. -When setting the flag to true, watermark alignment will be only working properly when the number of splits/shards/partitions is equal to the +When setting the flag to false, watermark alignment will be only working properly when the number of splits/shards/partitions is equal to the Review Comment: we should add the Chinese version as well -- 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]
