beliefer opened a new pull request #31548: URL: https://github.com/apache/spark/pull/31548
### What changes were proposed in this pull request? Some command used to display some metadata, such as: SHOW TABLES, SHOW TBLPROPERTIES and so no. If the output rows much than screen height, the output very unfriendly to developers. So we should have a way to filter the output like the behavior of SELECT ... FROM ... WHERE. We could reference the implement of table valued function. ### Why are the changes needed? This PR provides a better way to display DDL when output rows much than screen height. ### Does this PR introduce _any_ user-facing change? 'No'. Just a new syntax. ### How was this patch tested? Jenkins test. ---------------------------------------------------------------- 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. 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