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)