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


##########
flink-table/flink-sql-client/src/test/resources/sql/view.q:
##########
@@ -59,39 +59,39 @@ create temporary view if not exists v2 as select * from v1;
 
 # test show create a temporary view
 show create view v1;
-+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-|                                                                              
                                                                                
                     result |
-+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
++--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+|                                                                              
                                                                                
                                                                                
                                       result |
++--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | CREATE TEMPORARY VIEW `default_catalog`.`default_database`.`v1` (
   `user`,
   `product`,
   `amount`,
   `ts`,
   `ptime`
 )
-AS SELECT *
-FROM `default_catalog`.`default_database`.`orders`
+AS SELECT `orders`.`user`, `orders`.`product`, `orders`.`amount`, 
`orders`.`ts`, `orders`.`ptime`

Review Comment:
   since now validated query is used, star is expanded



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