[ https://issues.apache.org/jira/browse/SPARK-35283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17360511#comment-17360511 ]
Apache Spark commented on SPARK-35283: -------------------------------------- User 'beliefer' has created a pull request for this issue: https://github.com/apache/spark/pull/32852 > Support query some DDL with CTES > -------------------------------- > > Key: SPARK-35283 > URL: https://issues.apache.org/jira/browse/SPARK-35283 > Project: Spark > Issue Type: New Feature > Components: SQL > Affects Versions: 3.2.0 > Reporter: jiaan.geng > Priority: Major > > Some command used to display some 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'; -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org