Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Python] Remove auto generated pyarrow_api.h and pyarrow_lib.h #15218

Closed
kou opened this issue Jan 6, 2023 · 0 comments · Fixed by #15219
Closed

[Python] Remove auto generated pyarrow_api.h and pyarrow_lib.h #15218

kou opened this issue Jan 6, 2023 · 0 comments · Fixed by #15219

Comments

@kou
Copy link
Member

kou commented Jan 6, 2023

Describe the enhancement requested

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++.

Component(s)

Python

kou added a commit to kou/arrow that referenced this issue Jan 6, 2023
…row_lib.h

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++.
kou added a commit to kou/arrow that referenced this issue Jan 6, 2023
…row_lib.h

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++.
@kou kou closed this as completed in #15219 Jan 9, 2023
kou added a commit that referenced this issue Jan 9, 2023
…b.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>
@kou kou added this to the 11.0.0 milestone Jan 9, 2023
vibhatha pushed a commit to vibhatha/arrow that referenced this issue Jan 9, 2023
…row_lib.h (apache#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: apache#15218

Authored-by: Sutou Kouhei <kou@clear-code.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
EpsilonPrime pushed a commit to EpsilonPrime/arrow that referenced this issue Jan 10, 2023
…row_lib.h (apache#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: apache#15218

Authored-by: Sutou Kouhei <kou@clear-code.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant