Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GH-38852: [C++] Replace "#ifdef ARROW_WITH_GZIP" in dataset test to ARROW_WITH_ZLIB #38853

Merged
merged 2 commits into from
Nov 23, 2023

Conversation

mapleFU
Copy link
Member

@mapleFU mapleFU commented Nov 22, 2023

Rationale for this change

We don't define ARROW_WITH_GZIP macro when we can use gzip. We use ARROW_WITH_ZLIB instead. So ARROW_WITH_ZLIB is always not defined.

What changes are included in this PR?

change ARROW_WITH_GZIP to ARROW_WITH_ZLIB

Are these changes tested?

previously not tested, but now there're

Are there any user-facing changes?

no

@mapleFU mapleFU requested a review from wgtmac as a code owner November 22, 2023 18:16
Copy link

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

Copy link
Member

@kou kou left a comment

Choose a reason for hiding this comment

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

+1

Good catch!

@github-actions github-actions bot added awaiting merge Awaiting merge and removed awaiting review Awaiting review labels Nov 23, 2023
@kou kou changed the title GH-38852: [C++] Minor: Replace ARROW_WITH_GZIP in dataset test to ARROW_WITH_ZLIB GH-38852: [C++] Replace "#ifdef ARROW_WITH_GZIP" in dataset test to ARROW_WITH_ZLIB Nov 23, 2023
@kou kou merged commit 8e28f6b into apache:main Nov 23, 2023
33 of 34 checks passed
@kou kou removed the awaiting merge Awaiting merge label Nov 23, 2023
@mapleFU mapleFU deleted the minor-cleanup branch November 23, 2023 02:13
Copy link

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

There was 1 benchmark result indicating a performance regression:

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

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

### Rationale for this change

We don't define `ARROW_WITH_GZIP` macro when we can use gzip. We use `ARROW_WITH_ZLIB` instead. So `ARROW_WITH_ZLIB` is always not defined.

### What changes are included in this PR?

change `ARROW_WITH_GZIP` to `ARROW_WITH_ZLIB`

### Are these changes tested?

previously not tested, but now there're

### Are there any user-facing changes?

no

* Closes: apache#38852

Authored-by: mwish <maplewish117@gmail.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.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.

[C++] Replace #ifdef ARROW_WITH_GZIP in dataset test to ARROW_WITH_ZLIB
2 participants