vimko commented on code in PR #1865: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/1865#discussion_r2134498562
########## src/ast/ddl.rs: ########## @@ -187,6 +187,14 @@ pub enum AlterTableOperation { DropForeignKey { name: Ident, }, + /// `DROP INDEX <index_name>` + /// + /// Note: this is a [MySQL]-specific operation. + /// Review Comment: Yes, this is more concise, and SQL Server also supports this syntax, so I don't need to specify that only MySQL supports it. -- 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