Commits


Sutou Kouhei authored and GitHub committed 4d31b1ef70b
GH-15218: [Python] Remove auto generated pyarrow_api.h and pyarrow_lib.h (#15219) We can use auto generated `lib_api.h` and `lib.h` instead of pre committed `pyarrow_api.h` and `pyarrow_lib.h` because we unified build system of PyArrow and PyArrow C++. * Closes: #15218 Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>