Skip to content

Conversation

@alamb
Copy link
Contributor

@alamb alamb commented Dec 1, 2025

Which issue does this PR close?

Rationale for this change

See #19032

What changes are included in this PR?

Fix binary

Are these changes tested?

I tested them manually

Are there any user-facing changes?

/// True by default.
/// False by default.
#[structopt(
short = "j",
Copy link
Contributor Author

Choose a reason for hiding this comment

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

-j is repeated

Prior to this change, the binary fails like this:

thread 'main' (1416474) panicked at /Users/andrewlamb/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-2.34.0/src/app/parser.rs:190:13:
Argument short must be unique

	-j is already in use
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

Copy link
Contributor Author

@alamb alamb Dec 1, 2025

Choose a reason for hiding this comment

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

The change is to remove the -j short form

@alamb alamb force-pushed the alamb/fix_tpch_bench branch from 2b7aebc to eb13f52 Compare December 1, 2025 19:53
@comphead
Copy link
Contributor

comphead commented Dec 1, 2025

Allso found it and fixing in #18985

Copy link
Contributor

@comphead comphead left a comment

Choose a reason for hiding this comment

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

Thanks @alamb
I was thinking to replace it with w but removing also works

@alamb alamb added the development-process Related to development process of DataFusion label Dec 1, 2025
@alamb
Copy link
Contributor Author

alamb commented Dec 1, 2025

Thanks @comphead for the super fast review

Any chance you have a moment for another quick review?

@alamb alamb added this pull request to the merge queue Dec 1, 2025
Merged via the queue into apache:main with commit 2c24deb Dec 1, 2025
27 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

development-process Related to development process of DataFusion

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bench.sh run tpch doesn't work anymore

2 participants