snuyanzin commented on code in PR #27132: URL: https://github.com/apache/flink/pull/27132#discussion_r2444115488
########## docs/content/docs/dev/table/materialized-table/overview.md: ########## @@ -34,7 +34,9 @@ Materialized Table encompass the following core concepts: Data Freshness, Refres ## Data Freshness -Data freshness defines the maximum amount of time that the materialized table’s content should lag behind updates to the base tables. Freshness is not a guarantee. Instead, it is a target that Flink attempts to meet. Data in materialized table is refreshed as closely as possible within the freshness. +Data freshness defines the maximum amount of time that the materialized table's content should lag behind updates to the base tables. Freshness is not a guarantee. Instead, it is a target that Flink attempts to meet. Data in materialized table is refreshed as closely as possible within the freshness. Review Comment: also Chinese doc should be updated -- 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]
