Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-22999][SQL] show databases like command' can remove the like k…
…eyword ## What changes were proposed in this pull request? SHOW DATABASES (LIKE pattern = STRING)? Can be like the back increase? When using this command, LIKE keyword can be removed. You can refer to the SHOW TABLES command, SHOW TABLES 'test *' and SHOW TABELS like 'test *' can be used. Similarly SHOW DATABASES 'test *' and SHOW DATABASES like 'test *' can be used. ## How was this patch tested? unit tests manual tests Please review http://spark.apache.org/contributing.html before opening a pull request. Author: guoxiaolong <[email protected]> Closes #20194 from guoxiaolongzte/SPARK-22999. (cherry picked from commit 42a1a15) Signed-off-by: gatorsmile <[email protected]>
- Loading branch information