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: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to