Skip to content

Make it possible to drop a database #1

Description

@oktal

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions