comphead opened a new issue, #16311: URL: https://github.com/apache/datafusion/issues/16311
### Is your feature request related to a problem or challenge? It would be helpful to support `DESCRIBE` statement as now it requires many manual steps to obtain the schema ``` > CREATE EXTERNAL TABLE t1 STORED AS PARQUET location '/tmp/t1/*.parquet'; 0 row(s) fetched. Elapsed 0.009 seconds. > desc t1; This feature is not implemented: Unsupported SQL statement: DESC t1 ``` ### Describe the solution you'd like I would like to get a schema of the table ### Describe alternatives you've considered _No response_ ### Additional context _No response_ -- 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. To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org