Commits


Sutou Kouhei authored and GitHub committed 82d48a93d0d
GH-34977: [C++] Fix "Requires" format in arrow-dataset.pc (#34978) ### Rationale for this change `Requires: arrow_acero;parquet` is invalid. ### What changes are included in this PR? Use `Requires: arrow-acero parquet`. ### Are these changes tested? Yes. ### Are there any user-facing changes? Yes. * Closes: #34977 Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>