Skip to content

Conversation

@comphead
Copy link
Contributor

Which issue does this PR close?

  • Closes #.

Rationale for this change

What changes are included in this PR?

  • Adding documentation to run TPCDS benchmarks for the existing PRs
  • Fixing some nits

Are these changes tested?

Are there any user-facing changes?

@github-actions github-actions bot added the logical-expr Logical plan and expressions label Dec 29, 2025
use crate::udf_eq::UdfEq;
use crate::{ColumnarValue, Documentation, Expr, Signature};
use arrow::datatypes::{DataType, Field, FieldRef};
#[cfg(debug_assertions)]
Copy link
Contributor Author

Choose a reason for hiding this comment

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

clippy complains on this when building benchmarks

@comphead
Copy link
Contributor Author

comphead commented Jan 1, 2026

@Jefffrey if you can take a quick look

```shell
export DATA_DIR=../../datafusion-benchmarks/tpcds/data/sf1/
export PR_NUMBER=19464
gh pr checkout $PR_NUMBER --repo apache/datafusion -b pr-$PR_NUMBER
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
gh pr checkout $PR_NUMBER --repo apache/datafusion -b pr-$PR_NUMBER
git fetch upstream pull/$PR_NUMBER/head:pr-$PR_NUMBER

If we don't want to require gh CLI; this is the command I've been using to clone PRs locally

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks, I'll add alternative

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

logical-expr Logical plan and expressions

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants