Skip to content

Conversation

@Cerdore
Copy link
Contributor

@Cerdore Cerdore commented Jan 25, 2024

Rationale for this change

ScanOnlyBench use 2 kind of options to scan, but ignore the function MakeScanNode will return 4 extra columns.

What changes are included in this PR?

Change the expected result of bench ScanOnlyBench

Are these changes tested?

They covered by existing tests.

Signed-off-by: xiansen.chen <xiansen.chen@openpie.com>
@Cerdore Cerdore requested a review from westonpace as a code owner January 25, 2024 12:29
@Cerdore Cerdore changed the title GH-39765: [C++] Fix failures in dataset-scanner-benchmark GH-39765: [C++][Dataset] Fix failures in dataset-scanner-benchmark Jan 25, 2024
@github-actions github-actions bot added awaiting committer review Awaiting committer review and removed awaiting review Awaiting review labels Jan 25, 2024
Signed-off-by: xiansen.chen <xiansen.chen@openpie.com>
Copy link
Member

@pitrou pitrou left a comment

Choose a reason for hiding this comment

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

Thanks a lot for diagnosing and fixing this @Cerdore . The CI failure is unrelated, I'll merge.

@pitrou pitrou merged commit 9c0a761 into apache:main Jan 25, 2024
@pitrou pitrou removed the awaiting committer review Awaiting committer review label Jan 25, 2024
@github-actions github-actions bot added the awaiting committer review Awaiting committer review label Jan 25, 2024
@conbench-apache-arrow
Copy link

After merging your PR, Conbench analyzed the 6 benchmarking runs that have been run so far on merge-commit 9c0a761.

There were no benchmark performance regressions. 🎉

The full Conbench report has more details.

dgreiss pushed a commit to dgreiss/arrow that referenced this pull request Feb 19, 2024
…ark (apache#39794)

### Rationale for this change

`ScanOnlyBench` use 2 kind of options to scan, but ignore the function `MakeScanNode` will return 4 extra columns.

### What changes are included in this PR?

Change the expected result of bench `ScanOnlyBench`

### Are these changes tested?

They covered by existing tests.
* Closes: apache#39765

Authored-by: xiansen.chen <xiansen.chen@openpie.com>
Signed-off-by: Antoine Pitrou <antoine@python.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[C++][Dataset] Ignored failures in dataset-scanner-benchmark

3 participants