raminqaf commented on code in PR #27199:
URL: https://github.com/apache/flink/pull/27199#discussion_r2502176136


##########
flink-table/flink-table-planner/src/test/java/org/apache/flink/table/planner/operations/SqlMaterializedTableNodeToOperationConverterTest.java:
##########
@@ -490,7 +489,8 @@ void testAlterMaterializedTableAsQuery() throws 
TableNotExistException {
                 .isEqualTo(newTable.getUnresolvedSchema().getPrimaryKey());
         assertThat(oldTable.getUnresolvedSchema().getWatermarkSpecs())
                 .isEqualTo(newTable.getUnresolvedSchema().getWatermarkSpecs());
-        
assertThat(oldTable.getDefinitionQuery()).isNotEqualTo(newTable.getDefinitionQuery());

Review Comment:
   It's a valid point but we have deprecated the `getFreshness()` method in 
`CatalogMaterializedTable` interface.
   
   
https://github.com/apache/flink/blob/master/flink-table/flink-table-common/src/main/java/org/apache/flink/table/catalog/CatalogMaterializedTable.java#L123-L141



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