Skip to content

GH-49546: [Docs][Python] Fix documented editable build commands where verbose flags order was wrong#49547

Merged
AlenkaF merged 1 commit into
apache:mainfrom
raulcd:GH-49546
Mar 18, 2026
Merged

GH-49546: [Docs][Python] Fix documented editable build commands where verbose flags order was wrong#49547
AlenkaF merged 1 commit into
apache:mainfrom
raulcd:GH-49546

Conversation

@raulcd
Copy link
Copy Markdown
Member

@raulcd raulcd commented Mar 18, 2026

Rationale for this change

The current documented command was wrong as --editable -vv . fails it should be --editable . -vv or -vv --editable .

What changes are included in this PR?

Update documentation for all --editable commands.

Are these changes tested?

Tested the new command is correct.

Are there any user-facing changes?

No

@raulcd raulcd requested a review from AlenkaF March 18, 2026 09:12
@github-actions github-actions Bot added the awaiting committer review Awaiting committer review label Mar 18, 2026
@github-actions
Copy link
Copy Markdown

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

@raulcd
Copy link
Copy Markdown
Member Author

raulcd commented Mar 18, 2026

Thanks @AlenkaF this was coming from a review suggesting and didn't test the command myself.

@AlenkaF AlenkaF merged commit 2cb1f2b into apache:main Mar 18, 2026
11 checks passed
@AlenkaF AlenkaF removed the awaiting committer review Awaiting committer review label Mar 18, 2026
@conbench-apache-arrow
Copy link
Copy Markdown

After merging your PR, Conbench analyzed the 3 benchmarking runs that have been run so far on merge-commit 2cb1f2b.

There were no benchmark performance regressions. 🎉

The full Conbench report has more details. It also includes information about 5 possible false positives for unstable benchmarks that are known to sometimes produce them.

thisisnic pushed a commit to thisisnic/arrow that referenced this pull request Apr 6, 2026
… where verbose flags order was wrong (apache#49547)

### Rationale for this change

The current documented command was wrong as `--editable -vv .` fails it should be `--editable . -vv` or `-vv --editable .`

### What changes are included in this PR?

Update documentation for all `--editable` commands.

### Are these changes tested?

Tested the new command is correct.

### Are there any user-facing changes?

No

* GitHub Issue: apache#49546

Authored-by: Raúl Cumplido <raulcumplido@gmail.com>
Signed-off-by: AlenkaF <frim.alenka@gmail.com>
Mottl pushed a commit to Mottl/arrow that referenced this pull request May 26, 2026
… where verbose flags order was wrong (apache#49547)

### Rationale for this change

The current documented command was wrong as `--editable -vv .` fails it should be `--editable . -vv` or `-vv --editable .`

### What changes are included in this PR?

Update documentation for all `--editable` commands.

### Are these changes tested?

Tested the new command is correct.

### Are there any user-facing changes?

No

* GitHub Issue: apache#49546

Authored-by: Raúl Cumplido <raulcumplido@gmail.com>
Signed-off-by: AlenkaF <frim.alenka@gmail.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 this pull request may close these issues.

2 participants