Commits


David Li authored and Sutou Kouhei committed 24bb1579fbd
ARROW-12998: [C++] Add dataset->toolchain dependency This is rather coarse-grained, but in principle if datasets needs any headers that are built as part of the build process or depends on headers that do, then this is the right thing (and it saves us from maintaining a separate target for datasets - though I could do that if preferred). Closes #10474 from lidavidm/arrow-12998 Authored-by: David Li <li.davidm96@gmail.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>