lucqui opened a new pull request, #16514: URL: https://github.com/apache/datafusion/pull/16514
- Allow DESC as shorthand for DESCRIBE in SQL parser - Maintains backward compatibility with existing DESCRIBE syntax - Adds test coverage for new DESC alias functionality ## Which issue does this PR close? - Closes #16311 ## What changes are proposed in this pull request? Add support for `DESC` as an alias for the `DESCRIBE` command in SQL parsing. ## How are these changes tested? - Added test cases in `describe.slt` - Verified backward compatibility with existing `DESCRIBE` syntax - All existing tests continue to pass ## Are there any user-facing changes? Yes - users can now use `DESC table_name` as shorthand for `DESCRIBE table_name` -- 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 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