You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Weston Pace (Jira)" <ji...@apache.org> on 2022/04/21 20:52:00 UTC

[jira] [Created] (ARROW-16274) [C++] Substrait consumer should be feature-aware

Weston Pace created ARROW-16274:
-----------------------------------

             Summary: [C++] Substrait consumer should be feature-aware
                 Key: ARROW-16274
                 URL: https://issues.apache.org/jira/browse/ARROW-16274
             Project: Apache Arrow
          Issue Type: Improvement
          Components: C++
            Reporter: Weston Pace


The Substrait consumer should be aware of which features the consumer was built with and gracefully reject plans that request unsupported features.

For example, Substrait plans could specify the parquet format and Arrow can be built without parquet support.  In that case the consumer should still compile but reject all parquet plans.

Today we simply force all features that Substrait could possibly require to be turned on.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)