Skip to content

Move data-access crate to same level as other crates? #2424

@andygrove

Description

@andygrove

Is your feature request related to a problem or challenge? Please describe what you are trying to do.
Most of the DataFusion crates are in subdirectories beneath datafusion but the datafusion-cli and data-access crates are outside of this structure. Is there a reason for this?

Update: there is good reason for datafusion-cli to be at top-level because it depends on both DataFusion and Ballista.

Describe the solution you'd like
Why don't we move these two crates the data-access crate into the same structure as the rest of them? It would slightly simplify the release scripts.

Describe alternatives you've considered
We could just leave things as they are too.

Additional context
None

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions