beliefer opened a new pull request, #41461:
URL: https://github.com/apache/spark/pull/41461

   ### What changes were proposed in this pull request?
   Currently, the syntax `SHOW TABLES LIKE pattern` supports an optional 
pattern, so as filtered out the expected tables.
   But the `Catalog.listTables` missing the function both in Catalog API and 
Connect Catalog API.
   
   In fact, the optional pattern is very useful.
   
   
   ### Why are the changes needed?
   This PR want add the optional pattern for `Catalog.listTables`.
   
   
   ### Does this PR introduce _any_ user-facing change?
   'No'.
   New feature.
   
   
   ### How was this patch tested?
   New test cases.
   


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