wuchong commented on a change in pull request #15298:
URL: https://github.com/apache/flink/pull/15298#discussion_r598291716
##########
File path:
flink-table/flink-sql-client/src/test/resources/sql/catalog_database.q
##########
@@ -347,6 +389,14 @@ create table `default`.MyTable6 (a int, b string);
[INFO] Table has been created.
!info
+create view c1.`default`.MyView5 as select 1 + 1;
+[INFO] View has been created.
+!info
+
+create view c1.`default`.MyView6 as select 1 + 1;
Review comment:
```
create view `default`.MyView..
```
To keep align with the above `create table`?
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]