Szehon Ho created SPARK-51615: --------------------------------- Summary: Refactor ShowNamespaces to use RunnableCommand Key: SPARK-51615 URL: https://issues.apache.org/jira/browse/SPARK-51615 Project: Spark Issue Type: New Feature Components: SQL Affects Versions: 4.0.0 Reporter: Szehon Ho
RunnableCommand is the latest way to run commands. The advantage over the old way is that we have a single node (no need for a logicalPlan and physical exec node). We should refactor 'SHOW NAMESPACES' to use the new approach. -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org