Yikf commented on code in PR #40437: URL: https://github.com/apache/spark/pull/40437#discussion_r1155677323
########## sql/core/src/test/resources/sql-tests/results/show-tables.sql.out: ########## @@ -60,58 +60,58 @@ SHOW TABLES -- !query schema struct<namespace:string,tableName:string,isTemporary:boolean> -- !query output -show_t1 -show_t2 -show_t3 + show_t3 true Review Comment: And there was something strange about the previous golden file about `SHOW TABLES/VIEWS`. The file display schema is like this: ``` -- !query SHOW TABLES IN showdb -- !query schema struct<namespace:string,tableName:string,isTemporary:boolean> ``` but the output is like this ``` -- !query output show_t1 show_t2 show_t3 ``` -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
