beliefer opened a new pull request #32442: URL: https://github.com/apache/spark/pull/32442
### What changes were proposed in this pull request? Some command used to display metadata, such as: `SHOW TABLES`, `SHOW TABLE EXTENDED`,`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 `WITH s AS (SHOW NAMESPACES) SELECT * FROM s WHERE namespace = 'query_ddl_namespace';` ### 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? New tests. -- 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: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
