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

GH-43280: [Python] Prune examples and benchmarks folders from release #43281

Closed
wants to merge 1 commit into from

Conversation

timkpaine
Copy link
Contributor

@timkpaine timkpaine commented Jul 16, 2024

Rationale for this change

Currently examples and benchmarks folders are installed into the top level install directory, alongside pyarrow. As these names are very generic, they should either be subfolders inside pyarrow e.g. pyarrow/examples, or otherwise pruned.

What changes are included in this PR?

Remove during disting

Are these changes tested?

Locally

Are there any user-facing changes?

Yes, those folders will no longer be installed.

fixes #43280

fixes #43299

Copy link

⚠️ GitHub issue #43280 has been automatically assigned in GitHub to PR creator.

@timkpaine timkpaine marked this pull request as ready for review July 16, 2024 16:56
Comment on lines +9 to +12
prune benchmarks
prune cmake_modules
prune examples
prune scripts
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good to me but I honestly prefer the changes here: https://github.com/apache/arrow/pull/43325/files
If we add a new folder or some of those existing ones get removed we don't have to update anything, but we would have to update MANIFEST.in every time, so the changes there feel more future proof to me.

@github-actions github-actions bot added awaiting changes Awaiting changes and removed awaiting review Awaiting review labels Jul 22, 2024
@timkpaine timkpaine closed this Jul 22, 2024
@timkpaine timkpaine deleted the tkp/examples branch July 22, 2024 13:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants