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


##########
docs/content/docs/dev/table/materialized-table/statements.md:
##########
@@ -44,7 +44,7 @@ CREATE MATERIALIZED TABLE [catalog_name.][db_name.]table_name
 
 [WITH (key1=val1, key2=val2, ...)]
 
-FRESHNESS = INTERVAL '<num>' { SECOND | MINUTE | HOUR | DAY }
+[FRESHNESS = INTERVAL '<num>' { SECOND[S] | MINUTE[S] | HOUR[S] | DAY[S] }]

Review Comment:
   I assume this change is matching the existing code behaviour, as we are 
adding this to the dos I suggest we add unit tests for the plurals 



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