Skip to content

Unnecessary dependency on regex crate #9672

@abgros

Description

@abgros

I noticed that this project has a transitive dependency on the regex crate via arrow-string. Apparently the purpose of this is to allow you to run queries on a string column to see whether they match a regex. I am not using this functionality, yet regex is unconditionally pulled, resulting in bloated compile times and build sizes. Please put this behind a (perhaps default) feature flag so we aren't unnecessarily pulling this heavy dependency.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions