davidradl commented on code in PR #26923: URL: https://github.com/apache/flink/pull/26923#discussion_r2284518977
########## flink-table/flink-table-api-java/src/test/java/org/apache/flink/table/api/internal/ShowCreateUtilTest.java: ########## @@ -241,6 +259,46 @@ private static Collection<Arguments> argsForShowCreateTable() { return argList; } + private static Collection<Arguments> argsForShowCreateMaterializedTable() { + Collection<Arguments> argList = new ArrayList<>(); + argList.add( + Arguments.of( + createResolvedMaterialized( Review Comment: nit: maybe have a test for the temporary versions as well. this i a suggestion - tt is up to you if you want to do this. -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org