Currently, the SQL parser internally used by DataFusion does not support Database as an object type that can be dropped (apache/datafusion-sqlparser-rs#454).
Like DataFusion, we could have our own SQL parser to support custom expressions (we could hook drop database in there), before forwarding the parsing to DataFusion itself.
Currently, the SQL parser internally used by DataFusion does not support
Databaseas an object type that can be dropped (apache/datafusion-sqlparser-rs#454).Like DataFusion, we could have our own SQL parser to support custom expressions (we could hook
drop databasein there), before forwarding the parsing to DataFusion itself.