snuyanzin commented on code in PR #27236:
URL: https://github.com/apache/flink/pull/27236#discussion_r2523237890


##########
docs/content/docs/dev/table/sql/show.md:
##########
@@ -986,6 +988,29 @@ SHOW CREATE VIEW [catalog_name.][db_name.]view_name
 
 Show create view statement for specified view.
 
+## SHOW MATERIALIZED TABLES
+
+```sql
+SHOW MATERIALIZED TABLES [ ( FROM | IN ) [catalog_name.]database_name ] [ 
[NOT] LIKE <sql_like_pattern> ]

Review Comment:
   yes, it was implemented at https://github.com/apache/flink/pull/26958
   a bunch of tests were introduced like 
   
https://github.com/snuyanzin/flink/blob/29cc69d3308632ac5e1842b7182a89698d667d4e/flink-table/flink-table-planner/src/test/java/org/apache/flink/table/planner/operations/SqlOtherOperationConverterTest.java#L311-L340
   
   and others



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