davidradl commented on code in PR #27132:
URL: https://github.com/apache/flink/pull/27132#discussion_r2444176845


##########
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:
   I wonder if it would be helpful to relate freshness to checkpointing. The 
code picks up a freshness value from 
CheckpointingOptions.CHECKPOINTING_INTERVAL, but this is not referenced in the 
docs - I suggest the user should be made aware of how this config value effects 
freshness.



-- 
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]

Reply via email to