-
Notifications
You must be signed in to change notification settings - Fork 784
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Explicitly declare the features used for each dependency #1876
Labels
arrow
Changes to the arrow crate
arrow-flight
Changes to the arrow-flight crate
enhancement
Any new improvement worthy of a entry in the changelog
parquet_derive
parquet_derive crate
parquet
Changes to the parquet crate
Comments
martin-g
added
the
enhancement
Any new improvement worthy of a entry in the changelog
label
Jun 14, 2022
martin-g
added a commit
to martin-g/arrow-rs
that referenced
this issue
Jun 14, 2022
…endency Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
martin-g
added a commit
to martin-g/arrow-rs
that referenced
this issue
Jun 14, 2022
…endency Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
martin-g
added a commit
to martin-g/arrow-rs
that referenced
this issue
Jun 14, 2022
…ev-dependencies Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
tustvold
pushed a commit
that referenced
this issue
Jun 15, 2022
#1877) * Issue #1876 - Explicitly declare the used features for each dependency Signed-off-by: Martin Tzvetanov Grigorov <[email protected]> * Issue #1876 - Enable "std" and "std_rng" features for rand in dev-dependencies Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
martin-g
added a commit
to martin-g/arrow-rs
that referenced
this issue
Jun 15, 2022
…ndency in arrow-flight Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
martin-g
added a commit
to martin-g/arrow-rs
that referenced
this issue
Jun 15, 2022
…ndency in arrow-flight Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
martin-g
added a commit
to martin-g/arrow-rs
that referenced
this issue
Jun 15, 2022
…ndency in parquet Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
martin-g
added a commit
to martin-g/arrow-rs
that referenced
this issue
Jun 15, 2022
…ndency in parquet Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
tustvold
pushed a commit
that referenced
this issue
Jun 16, 2022
… in arrow-flight (#1880) Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
tustvold
pushed a commit
that referenced
this issue
Jun 16, 2022
… in parquet (#1881) Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
martin-g
added a commit
to martin-g/arrow-rs
that referenced
this issue
Jun 17, 2022
…ndency in parquet Declare that parquet module uses rand's std and std_rng features Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
martin-g
added a commit
to martin-g/arrow-rs
that referenced
this issue
Jun 17, 2022
…ndency in parquet_derive Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
martin-g
added a commit
to martin-g/arrow-rs
that referenced
this issue
Jun 17, 2022
…ndency in parquet_derive_test Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
martin-g
added a commit
to martin-g/arrow-rs
that referenced
this issue
Jun 17, 2022
…ndency in integration_testing Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
tustvold
pushed a commit
that referenced
this issue
Jun 19, 2022
… in integration_testing (#1898) Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
tustvold
pushed a commit
that referenced
this issue
Jun 19, 2022
… in parquet_derive (#1896) Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
tustvold
pushed a commit
that referenced
this issue
Jun 20, 2022
… in parquet_derive_test (#1897) Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
tustvold
pushed a commit
that referenced
this issue
Jun 20, 2022
… in parquet (#1895) Declare that parquet module uses rand's std and std_rng features Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
alamb
added
arrow
Changes to the arrow crate
parquet
Changes to the parquet crate
arrow-flight
Changes to the arrow-flight crate
labels
Jun 23, 2022
Hi @martin-g I'm not familiar with Cargo dependency management, and can't figure out the solution. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
arrow
Changes to the arrow crate
arrow-flight
Changes to the arrow-flight crate
enhancement
Any new improvement worthy of a entry in the changelog
parquet_derive
parquet_derive crate
parquet
Changes to the parquet crate
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
Verifying Arrow-rs release requires 15GB of disk space.
Describe the solution you'd like
For each dependency in all Cargo.toml files explicitly disable the default features and list explicitly the features used by Arrow-rs.
This should reduce the disk space and CPU usage.
Describe alternatives you've considered
Option 1: Split the repository/project into several ones, e.g. extract
parquet
to its own repository.The Arrow team prefers to keep the code in one repository for easier maintainance and development.
Additional context
N/A
The text was updated successfully, but these errors were encountered: