Current, if I want to do anything with exec plans I have to have:
#include <arrow/compute/exec/exec_plan.h>
This should not be required if I already have:
#include <arrow/compute/api.h>
Note, when ARROW-15238 is finished the correct file might be something like arrow/engine/api.h instead of arrow/compute/api.h
Reporter: Weston Pace / @westonpace
Note: This issue was originally created as ARROW-15263. Please see the migration documentation for further details.