Skip to content

Disable failing arrow_writer benchmark - #9638

Merged
alamb merged 3 commits into
apache:mainfrom
alamb:alamb/disable_failing_arrow_writer-bench
Apr 1, 2026
Merged

Disable failing arrow_writer benchmark#9638
alamb merged 3 commits into
apache:mainfrom
alamb:alamb/disable_failing_arrow_writer-bench

Conversation

@alamb

@alamb alamb commented Mar 31, 2026

Copy link
Copy Markdown
Contributor

Which issue does this PR close?

Rationale for this change

I can't benchmark the arrow-writer changes in #9447 due to hitting a panic:

What changes are included in this PR?

Temporarily disable the cdc benchmarks until the underlying bug is fixed

Are these changes tested?

Are there any user-facing changes?

@github-actions github-actions Bot added the parquet Changes to the parquet crate label Mar 31, 2026
@alamb
alamb requested review from etseidl and kszucs March 31, 2026 20:30
@alamb
alamb marked this pull request as ready for review March 31, 2026 20:30
.build();
props.push(("zstd_parquet_2", prop));

// Disabled until https://github.com/apache/arrow-rs/issues/9637 is fixed

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Seems like a comment only change, do I miss something?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Or just GH's syntax highligthing is fooling me?

Image

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

It's creating a comment block which encloses the benchmark definition, effectively disabling it.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

I will switch to // comments to make this clearer

@alamb
alamb merged commit 1f07e54 into apache:main Apr 1, 2026
16 checks passed
@alamb
alamb deleted the alamb/disable_failing_arrow_writer-bench branch April 1, 2026 14:09
Rich-T-kid pushed a commit to Rich-T-kid/arrow-rs that referenced this pull request Jun 2, 2026
# Which issue does this PR close?

- Part of apache#9637
# Rationale for this change

I can't benchmark the arrow-writer changes in
apache#9447 due to hitting a panic:
- apache#9637

# What changes are included in this PR?

Temporarily disable the cdc benchmarks until the underlying bug is fixed

# Are these changes tested?

<!--
We typically require tests for all PRs in order to:
1. Prevent the code from being accidentally broken by subsequent changes
2. Serve as another way to document the expected behavior of the code

If tests are not included in your PR, please explain why (for example,
are they covered by existing tests)?
-->

# Are there any user-facing changes?

<!--
If there are user-facing changes then we may require documentation to be
updated before approving the PR.

If there are any breaking changes to public APIs, please call them out.
-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

parquet Changes to the parquet crate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants