snuyanzin commented on code in PR #27199:
URL: https://github.com/apache/flink/pull/27199#discussion_r2522987477
##########
flink-table/flink-table-api-java/src/test/java/org/apache/flink/table/api/internal/ShowCreateUtilTest.java:
##########
@@ -315,6 +317,7 @@ private static Collection<Arguments>
argsForShowCreateMaterializedTable() {
TableDistribution.of(TableDistribution.Kind.HASH, 5,
List.of("id")),
IntervalFreshness.ofMinute("3"),
RefreshMode.FULL,
+ "SELECT id, name FROM tbl_a",
"SELECT id, name FROM tbl_a"),
Review Comment:
do we have at least one test where original and expanded are different?
If not then. probably should add it
--
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]