You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Mike Seddon (Jira)" <ji...@apache.org> on 2021/02/24 23:16:00 UTC

[jira] [Created] (ARROW-11775) [Rust][DataFusion] Feature Flags for Dependencies

Mike Seddon created ARROW-11775:
-----------------------------------

             Summary: [Rust][DataFusion] Feature Flags for Dependencies
                 Key: ARROW-11775
                 URL: https://issues.apache.org/jira/browse/ARROW-11775
             Project: Apache Arrow
          Issue Type: Improvement
            Reporter: Mike Seddon
            Assignee: Mike Seddon


As more features are added to DataFusion more dependencies will inevitably be required. To reduce the cost of importing and compiling these dependencies for projects that do not need the functionality it is proposed to use rust 'feature flags' (https://doc.rust-lang.org/cargo/reference/features.html) to be able to control this easily.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)