panbingkun commented on code in PR #43751: URL: https://github.com/apache/spark/pull/43751#discussion_r1505263446
########## sql/core/src/test/resources/sql-tests/analyzer-results/show-tables.sql.out: ########## @@ -60,37 +60,37 @@ ShowTables [namespace#x, tableName#x, isTemporary#x] -- !query -SHOW TABLES 'show_t*' +SHOW TABLES 'show_t%' -- !query analysis -ShowTables show_t*, [namespace#x, tableName#x, isTemporary#x] +ShowTables show_t%, [namespace#x, tableName#x, isTemporary#x] +- ResolvedNamespace V2SessionCatalog(spark_catalog), [showdb] -- !query -SHOW TABLES LIKE 'show_t1*|show_t2*' Review Comment: The OR syntax represented by | is no longer supported by default. -- 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]
