snuyanzin commented on code in PR #27132:
URL: https://github.com/apache/flink/pull/27132#discussion_r2444122669
##########
flink-table/flink-sql-gateway/src/main/java/org/apache/flink/table/gateway/service/materializedtable/MaterializedTableManager.java:
##########
@@ -261,8 +260,8 @@ private void createMaterializedTableInFullMode(
createMaterializedTableOperation.getCatalogMaterializedTable();
// convert duration to cron expression
Review Comment:
do we need this comment? What extra value does it bring in compare with the
line below
```java
String cronExpression = convertFreshnessToCron(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]